kernelbase: Set an explicit load address.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48417
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2020-01-05 17:31:58 +01:00
parent b276bda5a2
commit 8f7d88c707
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
MODULE = kernelbase.dll
IMPORTLIB = kernelbase
IMPORTS = uuid ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin -Wl,--image-base,0x7b000000
C_SRCS = \
collation.c \