mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[SDK] Properly define ZwQueryInformationProcess
This commit is contained in:
parent
a2b4fad771
commit
6cde208c6b
2 changed files with 0 additions and 13 deletions
|
@ -759,7 +759,6 @@ ZwQueryInformationJobObject(
|
|||
_Out_ PULONG ReturnLength
|
||||
);
|
||||
|
||||
#ifndef _NTDDK_
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
@ -770,7 +769,6 @@ ZwQueryInformationProcess(
|
|||
_In_ ULONG ProcessInformationLength,
|
||||
_Out_opt_ PULONG ReturnLength
|
||||
);
|
||||
#endif
|
||||
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue