https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6cde208c6bfe1ac9091a5…
commit 6cde208c6bfe1ac9091a53e1330f291145dc4d80
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Thu Jun 20 08:45:24 2019 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Sun Jun 30 23:07:54 2019 +0200
[SDK] Properly define ZwQueryInformationProcess
---
sdk/include/ndk/psfuncs.h | 2 --
sdk/include/xdk/zwfuncs.h | 11 -----------
2 files changed, 13 deletions(-)
diff --git a/sdk/include/ndk/psfuncs.h b/sdk/include/ndk/psfuncs.h
index 8718ae51bb3..76f2dc94ea4 100644
--- a/sdk/include/ndk/psfuncs.h
+++ b/sdk/include/ndk/psfuncs.h
@@ -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
diff --git a/sdk/include/xdk/zwfuncs.h b/sdk/include/xdk/zwfuncs.h
index 69d778401a3..8b22735f781 100644
--- a/sdk/include/xdk/zwfuncs.h
+++ b/sdk/include/xdk/zwfuncs.h
@@ -1408,17 +1408,6 @@ ZwQueryDirectoryObject(
);
#endif /* (VER_PRODUCTBUILD >= 2195) */
-NTSYSAPI
-NTSTATUS
-NTAPI
-ZwQueryInformationProcess (
- _In_ HANDLE ProcessHandle,
- _In_ PROCESSINFOCLASS ProcessInformationClass,
- _Out_ PVOID ProcessInformation,
- _In_ ULONG ProcessInformationLength,
- _Out_opt_ PULONG ReturnLength
-);
-
NTSYSAPI
NTSTATUS
NTAPI