mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fix win32k. For real. I swear.
svn path=/trunk/; revision=15330
This commit is contained in:
parent
0139f35fc0
commit
3d2c746433
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ CleanupWindowStationImpl(VOID);
|
|||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
IntWinStaObjectOpen(ULONG Reason,
|
||||
IntWinStaObjectOpen(OB_OPEN_REASON Reason,
|
||||
PVOID ObjectBody,
|
||||
PEPROCESS Process,
|
||||
ULONG HandleCount,
|
||||
|
|
|
@ -84,7 +84,7 @@ CleanupWindowStationImpl(VOID)
|
|||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
IntWinStaObjectOpen(ULONG Reason,
|
||||
IntWinStaObjectOpen(OB_OPEN_REASON Reason,
|
||||
PVOID ObjectBody,
|
||||
PEPROCESS Process,
|
||||
ULONG HandleCount,
|
||||
|
|
Loading…
Reference in a new issue