http://bugs.winehq.org/show_bug.cgi?id=27827
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-07-21 05:38:39 CDT --- (In reply to comment #5)
Hello,
thanks, it seems "netapi32.dll" is the culprit, it pulls in some CRT functions. If you add "msvcrt" to "IMPORTS" list in "dlls/netapi32/Makefile.in" the loader failure should be gone.
Regards
Yes, the bug is gone then. I'll send a patch; apparently netapi32 doesn't import any msvcrt function, so not sure it will be accepted?