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

This commit is contained in:
Alexandre Julliard 2023-06-12 11:12:02 +02:00
parent 834f7b2366
commit b5a0dd8ca3
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ MODULE = wow64.dll
IMPORTLIB = wow64
IMPORTS = ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x6f000000
EXTRADLLFLAGS = -nodefaultlibs
C_SRCS = \
file.c \

View file

@ -1,6 +1,6 @@
MODULE = wow64cpu.dll
IMPORTS = wow64 ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x6f400000
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x7a400000
C_SRCS = cpu.c

View file

@ -1,7 +1,7 @@
MODULE = wow64win.dll
IMPORTS = wow64 win32u ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x6f200000
EXTRADLLFLAGS = -nodefaultlibs
C_SRCS = \
gdi.c \