From 613389059006270fc89abdfb984c43e6fa742a9a Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 26 May 2020 12:26:31 +0200 Subject: [PATCH] kernel32: Leave some more space for kernelbase. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49208 Signed-off-by: Alexandre Julliard --- dlls/kernel32/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/kernel32/Makefile.in b/dlls/kernel32/Makefile.in index b3877fe13b..d9b1ca575c 100644 --- a/dlls/kernel32/Makefile.in +++ b/dlls/kernel32/Makefile.in @@ -3,7 +3,7 @@ MODULE = kernel32.dll IMPORTLIB = kernel32 IMPORTS = winecrt0 kernelbase ntdll EXTRALIBS = $(COREFOUNDATION_LIBS) $(POLL_LIBS) $(RT_LIBS) -EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll -Wl,--image-base,0x7b400000 +EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll -Wl,--image-base,0x7b600000 C_SRCS = \ actctx.c \ -- 2.20.1