Re: [PATCH v15 0/2] MR4822: ntdll: Fix: Use pagesize alignment if MEM_REPLACE_PLACEHOLDER is set in flags of NtMapViewOfSection(Ex)
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
692
Age (days ago)
692
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard (@julliard)