Commit b5a0dd8c authored by Alexandre Julliard's avatar Alexandre Julliard

wow64: Don't force wow64 dlls to load at low addresses.

parent 834f7b23
......@@ -2,7 +2,7 @@ MODULE = wow64.dll
IMPORTLIB = wow64
IMPORTS = ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x6f000000
EXTRADLLFLAGS = -nodefaultlibs
C_SRCS = \
file.c \
......
MODULE = wow64cpu.dll
IMPORTS = wow64 ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x6f400000
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x7a400000
C_SRCS = cpu.c
MODULE = wow64win.dll
IMPORTS = wow64 win32u ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x6f200000
EXTRADLLFLAGS = -nodefaultlibs
C_SRCS = \
gdi.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment