Commit 6546cd5d authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

setupapi/tests: Remove some function pointer checks from testRegisterDeviceInfo.

parent 44499b5b
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment