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().