Commit d51594d0 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

setupapi/tests: Use pSetupDiOpenClassRegKeyExA.

parent 0c7ecacf
......@@ -90,7 +90,7 @@ static void test_SetupDiOpenClassRegKeyExA(void)
HKEY hkey;
/* Check return value for non-existent key */
hkey = SetupDiOpenClassRegKeyExA(&guid, KEY_ALL_ACCESS,
hkey = pSetupDiOpenClassRegKeyExA(&guid, KEY_ALL_ACCESS,
DIOCR_INSTALLER, NULL, NULL);
ok(hkey == INVALID_HANDLE_VALUE,
"returned %p (expected INVALID_HANDLE_VALUE)\n", hkey);
......
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