From 6546cd5db2ee8c8b73475d9344020c4efe453aab Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Fri, 20 Jun 2008 16:18:14 +0200 Subject: [PATCH] setupapi/tests: Remove some function pointer checks from testRegisterDeviceInfo. --- dlls/setupapi/tests/devinst.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c index 7604095aa09..2612f218e3d 100644 --- a/dlls/setupapi/tests/devinst.c +++ b/dlls/setupapi/tests/devinst.c @@ -598,12 +598,6 @@ static void testRegisterDeviceInfo(void) BOOL ret; HDEVINFO set; - if (!pSetupDiCreateDeviceInfoList || !pSetupDiDestroyDeviceInfoList || - !pSetupDiRegisterDeviceInfo) - { - skip("No SetupDiRegisterDeviceInfo\n"); - return; - } SetLastError(0xdeadbeef); ret = pSetupDiRegisterDeviceInfo(NULL, NULL, 0, NULL, NULL, NULL); ok(!ret && GetLastError() == ERROR_INVALID_HANDLE, -- 2.11.4.GIT