29 Jan
2024
29 Jan
'24
10:13 a.m.
Alexandre Julliard (@julliard) commented about dlls/kernelbase/tests/process.c:
HANDLE file, mapping; void *ptr; BOOL ret; + SYSTEM_INFO si; + DWORD dError; + size_t szFile = 1024UL*1024; // 1M + HANDLE hFileMapping; + PVOID pAllocation; + PVOID pMapStart; + PVOID pMapStartOff; + PVOID pMapEnd; + BOOL bVirtualFree; + PVOID pMappedFileView;
Please no Hungarian notation, and no C++ comments. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4822#note_59331