mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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:
parent
1c2597f8e9
commit
75d9d45c27
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue