Commit bddfa071 authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32: Move to a higher address on 64-bit.

parent cab914c3
......@@ -3,7 +3,9 @@ MODULE = kernel32.dll
IMPORTLIB = kernel32
IMPORTS = kernelbase ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll -Wl,--image-base,0x7b600000
EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll
i386_EXTRADLLFLAGS = -Wl,--image-base,0x7b800000
x86_64_EXTRADLLFLAGS = -Wl,--image-base,0x178000000
C_SRCS = \
atom.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