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.