opengl32: Load dll below 2GB address space.
This commit is contained in:
parent
e23bfdd831
commit
c62514b953
|
@ -1,6 +1,7 @@
|
|||
MODULE = opengl32.dll
|
||||
IMPORTLIB = opengl32
|
||||
IMPORTS = user32 gdi32 advapi32
|
||||
EXTRADLLFLAGS = -Wl,--image-base,0x7a800000
|
||||
|
||||
C_SRCS = \
|
||||
opengl_ext.c \
|
||||
|
|
Loading…
Reference in New Issue