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:
parent
b276bda5a2
commit
8f7d88c707
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue