Alexandre Julliard : kernelbase: Set an explicit load address.

Alexandre Julliard julliard at winehq.org
Sun Jan 5 13:18:20 CST 2020


Module: wine
Branch: master
Commit: 8f7d88c707b84e9f414a66d4b4a67c0f22970099
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8f7d88c707b84e9f414a66d4b4a67c0f22970099

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun Jan  5 17:31:58 2020 +0100

kernelbase: Set an explicit load address.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48417
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernelbase/Makefile.in b/dlls/kernelbase/Makefile.in
index 9279ddbb57..b62fc825a6 100644
--- a/dlls/kernelbase/Makefile.in
+++ b/dlls/kernelbase/Makefile.in
@@ -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 \




More information about the wine-cvs mailing list