Paul Vriens : setupapi/tests: Remove win9x specifics from testDeviceRegistryPropertyW.
Module: wine Branch: master Commit: 50d6b08353a2ddb704e611b55732a2b233321e10 URL: http://source.winehq.org/git/wine.git/?a=commit;h=50d6b08353a2ddb704e611b557... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Fri Jun 20 16:00:48 2008 +0200 setupapi/tests: Remove win9x specifics from testDeviceRegistryPropertyW. --- dlls/setupapi/tests/devinst.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c index 2a24891..dcd2eb6 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);
participants (1)
-
Alexandre Julliard