[This appears to be caused by a patch that Ben made so I am including him on
the cc list.]
When I try to do a MinGW build on my Win98 system, I get a runtime error
about being "linked to missing export NETAPI32.DLL:NetApiBufferFree"
I traced this back to the function user_name_completion in dired.c.
The functions NetApiBufferFree and NetUserEnum are not defined on Win9x
systems.
What is needed from NetUserEnum? Can we get it some other way?
Craig