Driver: PsTree: Minor fix

This commit is contained in:
Nodir Temirkhodjaev 2022-01-23 20:00:39 +03:00
parent 26cc2f2fca
commit f1e71b053f

View File

@ -53,7 +53,9 @@ typedef struct _SYSTEM_PROCESSES
#if !defined(SystemProcessInformation) #if !defined(SystemProcessInformation)
# define SystemProcessInformation 5 # define SystemProcessInformation 5
#endif
#if defined(FORT_DRIVER)
NTSTATUS NTAPI ZwQuerySystemInformation(ULONG systemInformationClass, PVOID systemInformation, NTSTATUS NTAPI ZwQuerySystemInformation(ULONG systemInformationClass, PVOID systemInformation,
ULONG systemInformationLength, PULONG returnLength); ULONG systemInformationLength, PULONG returnLength);
#endif #endif