From 75d9d45c270c27aa0e5e4e0ec2ee453f993e3958 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 30 Oct 2004 22:57:05 +0000 Subject: [PATCH] avoid overlaps of kernel32 and ntdll when kernel32 gets too big. Thanks to Filip for pointing this out. svn path=/trunk/; revision=11487 --- reactos/baseaddress.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/baseaddress.cfg b/reactos/baseaddress.cfg index 94fbdae85bc..93e02778d60 100644 --- a/reactos/baseaddress.cfg +++ b/reactos/baseaddress.cfg @@ -1,4 +1,4 @@ -# $Id: baseaddress.cfg,v 1.22 2004/10/24 13:05:52 weiden Exp $ +# $Id: baseaddress.cfg,v 1.23 2004/10/30 22:57:05 weiden Exp $ # # Please try to keep this up2date. Please clean up # after yourself. @@ -73,9 +73,9 @@ TARGET_BASE_LIB_VERSION =0x77a90000 TARGET_BASE_LIB_ADVAPI32 =0x77dc0000 TARGET_BASE_LIB_USER32 =0x77e60000 TARGET_BASE_LIB_GDI32 =0x77ed0000 -TARGET_BASE_LIB_KERNEL32 =0x77f00000 -TARGET_BASE_LIB_NTDLL =0x77f80000 TARGET_BASE_LIB_DNSAPI =0x78000000 TARGET_BASE_LIB_MSVCRT =0x78000000 TARGET_BASE_LIB_MSVCRT20 =0x78000000 TARGET_BASE_LIB_EXPAT =0x79000000 +TARGET_BASE_LIB_KERNEL32 =0x7C800000 +TARGET_BASE_LIB_NTDLL =0x7C900000