advapi32/tests: Skip some tests if EnumServicesStatusExA is missing.
This commit is contained in:
parent
36a22dfa33
commit
d34ff26230
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user