Commit cab914c3 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 5a9adc1f
......@@ -3,7 +3,9 @@ MODULE = kernelbase.dll
IMPORTLIB = kernelbase
IMPORTS = uuid ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -Wl,--image-base,0x7b000000
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles
i386_EXTRADLLFLAGS = -Wl,--image-base,0x7b000000
x86_64_EXTRADLLFLAGS = -Wl,--image-base,0x174000000
C_SRCS = \
console.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