mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 09:43:03 +00:00
Merged mingw32 branch into main trunk
svn path=/trunk/; revision=321
This commit is contained in:
parent
bf4de1d7cd
commit
d704562082
341 changed files with 8425 additions and 7213 deletions
|
@ -2,8 +2,12 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
VOID KERNEL32_Init(PWSTR Args)
|
||||
#include <kernel32/kernel32.h>
|
||||
|
||||
VOID WINAPI __HeapInit(LPVOID base, ULONG minsize, ULONG maxsize);
|
||||
|
||||
VOID KERNEL32_Init()
|
||||
{
|
||||
InitializePeb(Args);
|
||||
DPRINT("KERNEL32_Init()\n");
|
||||
__HeapInit(0, 4*1024*1024, 4*1024*1024);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue