riched20: make sure to load dll below 2GB address space

Austin English austinenglish at gmail.com
Sat Feb 16 20:16:33 CST 2013


-- 
-Austin
-------------- next part --------------
--- a/dlls/riched20/Makefile.in	
+++ a/dlls/riched20/Makefile.in	
@@ -1,6 +1,7 @@ 
 MODULE    = riched20.dll
 IMPORTLIB = riched20
 IMPORTS   = uuid ole32 oleaut32 imm32 user32 gdi32
+EXTRADLLFLAGS = -Wl,--image-base,0x7ac00000
 
 C_SRCS = \
 	caret.c \


More information about the wine-patches mailing list