Paul Vriens : setupapi/tests: Use pSetupDiOpenClassRegKeyExA.
Module: wine Branch: master Commit: d51594d0d685458de5815893a46dcc3261bf49a3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d51594d0d685458de5815893... Author: Paul Vriens <Paul.Vriens(a)xs4all.nl> Date: Mon Sep 18 15:33:50 2006 +0200 setupapi/tests: Use pSetupDiOpenClassRegKeyExA. --- dlls/setupapi/tests/devinst.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c index 56d809e..703cfd9 100644 --- a/dlls/setupapi/tests/devinst.c +++ b/dlls/setupapi/tests/devinst.c @@ -90,7 +90,7 @@ static void test_SetupDiOpenClassRegKeyE 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);
participants (1)
-
Alexandre Julliard