From 50d6b08353a2ddb704e611b55732a2b233321e10 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Fri, 20 Jun 2008 16:00:48 +0200 Subject: [PATCH] setupapi/tests: Remove win9x specifics from testDeviceRegistryPropertyW. --- dlls/setupapi/tests/devinst.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c index 2a24891fec0..dcd2eb6d0b9 100644 --- a/dlls/setupapi/tests/devinst.c +++ b/dlls/setupapi/tests/devinst.c @@ -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);