28 May
2024
28 May
'24
8:46 p.m.
Nikolay Sivov (@nsivov) commented about include/winternl.h:
UCHAR TableBuffer[1]; } SYSTEM_FIRMWARE_TABLE_INFORMATION, *PSYSTEM_FIRMWARE_TABLE_INFORMATION;
+typedef struct _SYSTEM_PROCESS_ID_INFORMATION +{ + void *ProcessId;
Maybe ULONG_PTR is better for this one. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5494#note_67811