Austin English : opengl32: Load dll below 2GB address space.
Nov. 21, 2014
3:11 p.m.
Module: wine Branch: master Commit: c62514b953fb523107501277520030c335e9accb URL: http://source.winehq.org/git/wine.git/?a=commit;h=c62514b953fb52310750127752... Author: Austin English <austinenglish(a)gmail.com> Date: Thu Nov 20 15:04:56 2014 -0600 opengl32: Load dll below 2GB address space. --- dlls/opengl32/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 \
4143
Age (days ago)
4143
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard