Re: implement dbghelp's C++ name undecoration on top of msvcrt's
6 Nov
2004
6 Nov
'04
7:42 p.m.
9 Nov
9 Nov
7:23 p.m.
New subject: implement dbghelp's C++ name undecoration on top of msvcrt's
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
7704
Age (days ago)
7707
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Eric Pouech