26 Mar
2025
26 Mar
'25
10:35 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/kernel32/tests/file.c:
ok(ret, "DeleteFileA: error %ld\n", GetLastError()); }
+ +typedef NTSTATUS(WINAPI* RtlGetVersionPtr)(PRTL_OSVERSIONINFOEXW);
Let's move this to the top of the file where other function pointers are declared. And use pRtlGetVersion like others. And initialize it in InitFunctionPointers(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7540#note_99113