30 Jan
2024
30 Jan
'24
10:08 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/ntdll/tests/rtl.c:
ok( proc == NULL, "Shouldn't find forwarded function\n" ); }
+static void test_RtlGetDeviceFamilyInfoEnum(void) +{ + ULONGLONG version; + DWORD family, form; + + if (!pRtlGetDeviceFamilyInfoEnum) + { + win_skip( "RtlGetDeviceFamilyversionEnum is not present\n" );
typo -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4973#note_59480