9 Nov
2004
9 Nov
'04
7:23 p.m.
Eric Pouech <pouech-eric(a)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. -- Alexandre Julliard julliard(a)winehq.org