no message

svn path=/trunk/; revision=215
This commit is contained in:
David Welch 1999-02-06 18:34:14 +00:00
parent f8492b9ae3
commit e5dfcc9871
38 changed files with 694 additions and 514 deletions

View file

@ -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);
}