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

Austin English austinenglish at gmail.com
Mon Feb 18 13:48:59 CST 2013


Previous patch was mangled.

-- 
-Austin
-------------- next part --------------
From 0afa8c47a5c36265bded5cd0138bbbed7e73b249 Mon Sep 17 00:00:00 2001
From: Austin English <austinenglish at gmail.com>
Date: Mon, 18 Feb 2013 13:48:14 -0600
Subject: [PATCH] riched20: make sure to load dll below 2GB address space

---
 dlls/riched20/Makefile.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/riched20/Makefile.in b/dlls/riched20/Makefile.in
index 9975537..49ba7a1 100644
--- a/dlls/riched20/Makefile.in
+++ b/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 \
-- 
1.7.10.4


More information about the wine-patches mailing list