mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Give kernel32 a little bit of extra space to see if it makes the hybrid server not crash.
svn path=/trunk/; revision=69215
This commit is contained in:
parent
967f47e576
commit
eca683dd62
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
set(baseaddress_ntdll 0x7c920000) # should be above 0x7c920000
|
||||
set(baseaddress_kernel32 0x7c770000)
|
||||
set(baseaddress_kernel32 0x7c76d000)
|
||||
set(baseaddress_msvcrt 0x7c6c0000)
|
||||
set(baseaddress_advapi32 0x7c610000)
|
||||
set(baseaddress_gdi32 0x7c570000)
|
||||
|
|
Loading…
Reference in a new issue