Fix win32k building

svn path=/trunk/; revision=14743
This commit is contained in:
Alex Ionescu 2005-04-22 13:17:35 +00:00
parent 4b4d215e36
commit 3b57e224a1

View file

@ -508,7 +508,7 @@ NTSTATUS
STDCALL
MmCreatePeb(PEPROCESS Process);
PTEB
struct _TEB*
STDCALL
MmCreateTeb(PEPROCESS Process,
PCLIENT_ID ClientId,
@ -517,7 +517,7 @@ MmCreateTeb(PEPROCESS Process,
VOID
STDCALL
MmDeleteTeb(PEPROCESS Process,
PTEB Teb);
struct _TEB* Teb);
/* i386/pfault.c *************************************************************/