opengl32: Make sure to load dll below 2GB address space

Austin English austinenglish at gmail.com
Thu Nov 20 15:04:56 CST 2014


Fixes https://bugs.winehq.org/show_bug.cgi?id=36863

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141120/de096380/attachment.html>
-------------- next part --------------
diff --git a/dlls/opengl32/Makefile.in b/dlls/opengl32/Makefile.in
index 890b5b6..4df6bce 100644
--- a/dlls/opengl32/Makefile.in
+++ b/dlls/opengl32/Makefile.in
@@ -1,6 +1,7 @@
 MODULE    = opengl32.dll
 IMPORTLIB = opengl32
 IMPORTS   = user32 gdi32 advapi32
+EXTRADLLFLAGS = -Wl,--image-base,0x7a800000
 
 C_SRCS = \
 	opengl_ext.c \


More information about the wine-patches mailing list