16 Jun
2025
16 Jun
'25
10:55 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/kernel32/tests/file.c:
ok(ret, "DeleteFileA: error %ld\n", GetLastError()); }
+/* Windows 10, version 1607, building number 14393, Redstone, August 2, 2016 */ +static BOOL is_win10_1607_or_later(void) +{ + static RTL_OSVERSIONINFOEXW rovi = { 0 };
Add a newline after variable declaration. Same at other places. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7540#note_106690