Build at 2GB like before

svn path=/trunk/; revision=15667
This commit is contained in:
Alex Ionescu 2005-05-29 16:07:05 +00:00
parent a67e88ab21
commit 0e1269ee48
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@
<define name="_SEH_NO_NATIVE_NLG" />
<define name="_DISABLE_TIDENTS" />
<define name="__NTOSKRNL__" />
<define name="__3GB__" />
<include base="kjs">include</include>
<include base="ntoskrnl">include</include>
<library>csq</library>

View file

@ -584,7 +584,7 @@ Module::GetDefaultModuleBaseaddress () const
switch ( type )
{
case Kernel:
return "0xc0000000";
return "0x80000000";
case Win32DLL:
return "0x10000000";
case NativeDLL: