mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:12:59 +00:00
no message
svn path=/trunk/; revision=215
This commit is contained in:
parent
f8492b9ae3
commit
e5dfcc9871
38 changed files with 694 additions and 514 deletions
|
@ -2,7 +2,8 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
VOID KERNEL32_Init(VOID)
|
||||
VOID KERNEL32_Init(PWSTR Args)
|
||||
{
|
||||
InitializePeb(Args);
|
||||
__HeapInit(0, 4*1024*1024, 4*1024*1024);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue