mirror of
https://github.com/tnodir/fort
synced 2024-11-15 12:56:16 +00:00
Driver: PsTree: Minor fix
This commit is contained in:
parent
26cc2f2fca
commit
f1e71b053f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user