mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
Fix win32k building
svn path=/trunk/; revision=14743
This commit is contained in:
parent
4b4d215e36
commit
3b57e224a1
1 changed files with 2 additions and 2 deletions
|
@ -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 *************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue