mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Build at 2GB like before
svn path=/trunk/; revision=15667
This commit is contained in:
parent
a67e88ab21
commit
0e1269ee48
2 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -584,7 +584,7 @@ Module::GetDefaultModuleBaseaddress () const
|
|||
switch ( type )
|
||||
{
|
||||
case Kernel:
|
||||
return "0xc0000000";
|
||||
return "0x80000000";
|
||||
case Win32DLL:
|
||||
return "0x10000000";
|
||||
case NativeDLL:
|
||||
|
|
Loading…
Reference in a new issue