16 Jun
2025
16 Jun
'25
10:56 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/ntdll/actctx.c:
return NULL; }
+/* 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 new line. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7540#note_106695