setupapi/tests: Remove win9x specifics from testDeviceRegistryPropertyW.

This commit is contained in:
Paul Vriens 2008-06-20 16:00:48 +02:00 committed by Alexandre Julliard
parent 0fbe23c13d
commit 50d6b08353
1 changed files with 0 additions and 5 deletions

View File

@ -1272,11 +1272,6 @@ static void testDeviceRegistryPropertyW()
SetLastError(0xdeadbeef);
set = pSetupDiGetClassDevsW(&guid, NULL, 0, DIGCF_DEVICEINTERFACE);
if (set == INVALID_HANDLE_VALUE && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
{
skip("W-functions are not implemented\n");
return;
}
ok(set != INVALID_HANDLE_VALUE, "SetupDiGetClassDevsW failed: %08x\n",
GetLastError());
SetLastError(0xdeadbeef);