http://bugs.winehq.org/show_bug.cgi?id=27827
--- Comment #5 from Anastasius Focht focht@gmx.net 2011-07-21 05:16:45 CDT --- 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