mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix win32k building
svn path=/trunk/; revision=14743
This commit is contained in:
@@ -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 *************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user