mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
avoid overlaps of kernel32 and ntdll when kernel32 gets too big. Thanks to Filip for pointing this out.
svn path=/trunk/; revision=11487
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user