From: Austin English Subject: opengl32: Make sure to load dll below 2GB address space Message-Id: Date: Thu, 20 Nov 2014 15:04:56 -0600 Fixes https://bugs.winehq.org/show_bug.cgi?id=36863 -- -Austin
Fixes https://bugs.winehq.org/show_bug.cgi?id=36863

--
-Austin
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 \