[ros-diffs] [ion] 14710: Don't relocate shell32 and gdi32. Changed their base addresses so they fit better

ion at svn.reactos.com ion at svn.reactos.com
Wed Apr 20 14:46:41 CEST 2005


Don't relocate shell32 and gdi32. Changed their base addresses so they
fit better
Modified: trunk/reactos/baseaddress.cfg
  _____  

Modified: trunk/reactos/baseaddress.cfg
--- trunk/reactos/baseaddress.cfg	2005-04-20 07:25:14 UTC (rev
14709)
+++ trunk/reactos/baseaddress.cfg	2005-04-20 12:46:39 UTC (rev
14710)
@@ -68,8 +68,8 @@

 TARGET_BASE_LIB_GDIPLUS         =0x76a00000
 TARGET_BASE_LIB_IMAGEHLP        =0x76c90000
 TARGET_BASE_LIB_FMIFS           =0x76df0000
-TARGET_BASE_LIB_SHELL32         =0x77260000
-TARGET_BASE_LIB_IPHLPAPI        =0x77300000
+TARGET_BASE_LIB_SHELL32         =0x77200000
+TARGET_BASE_LIB_IPHLPAPI        =0x77380000
 TARGET_BASE_LIB_MSACM           =0x77400000
 TARGET_BASE_LIB_MMDRV           =0x77500000
 TARGET_BASE_LIB_CRTDLL          =0x77630000
@@ -87,8 +87,8 @@
 TARGET_BASE_LIB_OLEPRO32        =0x77a50000
 TARGET_BASE_LIB_VERSION         =0x77a90000
 TARGET_BASE_LIB_ADVAPI32        =0x77dc0000
-TARGET_BASE_LIB_USER32          =0x77e60000
-TARGET_BASE_LIB_GDI32           =0x77ed0000
+TARGET_BASE_LIB_USER32          =0x77e50000
+TARGET_BASE_LIB_GDI32           =0x77ee0000
 TARGET_BASE_LIB_DNSAPI          =0x77f00000
 TARGET_BASE_LIB_MSVCRT          =0x78000000
 TARGET_BASE_LIB_MSVCRT20        =0x78500000



More information about the Ros-diffs mailing list