Commit d34ff262 authored by Alexandre Julliard's avatar Alexandre Julliard

advapi32/tests: Skip some tests if EnumServicesStatusExA is missing.

parent 36a22dfa
......@@ -1402,6 +1402,11 @@ static void test_enum_svc(void)
CloseServiceHandle(scm_handle);
/* More or less the same for EnumServicesStatusExA */
if (!pEnumServicesStatusExA)
{
win_skip( "EnumServicesStatusExA not available\n" );
return;
}
/* All NULL or wrong */
SetLastError(0xdeadbeef);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment