File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -759,7 +759,6 @@ ZwQueryInformationJobObject(
759
759
_Out_ PULONG ReturnLength
760
760
);
761
761
762
- #ifndef _NTDDK_
763
762
NTSYSAPI
764
763
NTSTATUS
765
764
NTAPI
@@ -770,7 +769,6 @@ ZwQueryInformationProcess(
770
769
_In_ ULONG ProcessInformationLength ,
771
770
_Out_opt_ PULONG ReturnLength
772
771
);
773
- #endif
774
772
775
773
NTSYSAPI
776
774
NTSTATUS
Original file line number Diff line number Diff line change @@ -1408,17 +1408,6 @@ ZwQueryDirectoryObject(
1408
1408
);
1409
1409
#endif /* (VER_PRODUCTBUILD >= 2195) */
1410
1410
1411
- NTSYSAPI
1412
- NTSTATUS
1413
- NTAPI
1414
- ZwQueryInformationProcess (
1415
- _In_ HANDLE ProcessHandle ,
1416
- _In_ PROCESSINFOCLASS ProcessInformationClass ,
1417
- _Out_ PVOID ProcessInformation ,
1418
- _In_ ULONG ProcessInformationLength ,
1419
- _Out_opt_ PULONG ReturnLength
1420
- );
1421
-
1422
1411
NTSYSAPI
1423
1412
NTSTATUS
1424
1413
NTAPI
You can’t perform that action at this time.
0 commit comments