quartz: Add ntdll to delayimports

André Hentschel nerv at dawncrow.de
Mon May 31 06:35:28 CDT 2010


It is possible that quartz includes "wine/exception.h" with quartz_strmif_p.c (generated by its idl).
This header uses ntdll functions. My ARM build always triggers that and bulks out at compiling quartz.
I think it is also useful out of my ARM build, so here is the patch.
---
 dlls/quartz/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/quartz/Makefile.in b/dlls/quartz/Makefile.in
index 1c0092e..fde914f 100644
--- a/dlls/quartz/Makefile.in
+++ b/dlls/quartz/Makefile.in
@@ -5,6 +5,7 @@ VPATH     = @srcdir@
 MODULE    = quartz.dll
 IMPORTLIB = quartz
 IMPORTS   = strmiids uuid dsound msacm32 msvfw32 ole32 oleaut32 shlwapi rpcrt4 user32 gdi32 advapi32 kernel32
+DELAYIMPORTS = ntdll
 EXTRADEFS = -DENTRY_PREFIX=QUARTZ_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
 
 C_SRCS = \
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list