Zebediah Figura z.figura12@gmail.com writes:
diff --git a/include/winternl.h b/include/winternl.h index c3cca80..f72a071 100644 --- a/include/winternl.h +++ b/include/winternl.h @@ -853,6 +853,7 @@ typedef enum _PROCESSINFOCLASS { ProcessDebugFlags = 31, ProcessHandleTracing = 32, ProcessExecuteFlags = 34,
- ProcessImageFileNameWin32 = 43, MaxProcessInfoClass
} PROCESSINFOCLASS, PROCESS_INFORMATION_CLASS;
If you change MaxProcessInfoClass you'd need to update the corresponding tests in dlls/kernel32/tests/process.c.