Eric Pouech pouech-eric@wanadoo.fr writes:
diff -u -u -r1.1 Makefile.in --- dlls/dbghelp/Makefile.in 5 Apr 2004 22:21:27 -0000 1.1 +++ dlls/dbghelp/Makefile.in 6 Nov 2004 14:28:59 -0000 @@ -4,6 +4,7 @@ VPATH = @srcdir@ MODULE = dbghelp.dll IMPORTS = psapi kernel32 ntdll +DELAYIMPORTS = msvcrt
You don't want to import msvcrt from other dlls, that won't work right. You can do an explicit LoadLibrary/GetProcAddress though.