6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-25 16:38:05 +00:00

Err VS2015: Redeclaration proc info size

Hello!  Redeclaration in process information length (SIZE_T size) make troubles with building solution on VS2015, commenting trouble line - make compilation project great again :)
Thank you for attention, with best regards.
This commit is contained in:
LEON 2017-10-03 22:03:56 +03:00 committed by GitHub
parent 8e2e30d069
commit 3dcbc53707

@ -106,7 +106,7 @@ NTSTATUS InitializeProcessTable(VOID(*InitProcessEntryCallback)(PProcessTableEnt
CLIENT_ID clientId; CLIENT_ID clientId;
OBJECT_ATTRIBUTES attribs; OBJECT_ATTRIBUTES attribs;
HANDLE hProcess; HANDLE hProcess;
SIZE_T size; //SIZE_T size;
// Get process path // Get process path