Re: [PATCH v10 0/5] MR7540: kernel32/tests: Add tests for maximum path length limitation.
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
263
Age (days ago)
263
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhiyi Zhang (@zhiyi)