implement dbghelp's C++ name undecoration on top of msvcrt's

Alexandre Julliard julliard at winehq.org
Tue Nov 9 13:23:13 CST 2004


Eric Pouech <pouech-eric at 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 at winehq.org



More information about the wine-devel mailing list