Commit 568143ff authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

uxtheme/tests: Use the OpenThemeDataForDpi() function pointer.

OpenThemeDataForDpi() is not available in Windows 10 1607 and older. Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarZhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 5e0c1ce4
......@@ -657,7 +657,7 @@ static void test_OpenThemeDataForDpi(void)
is_theme_active = IsThemeActive();
SetLastError(0xdeadbeef);
htheme = OpenThemeDataForDpi(NULL, WC_BUTTONW, 96);
htheme = pOpenThemeDataForDpi(NULL, WC_BUTTONW, 96);
if (is_theme_active)
{
ok(!!htheme, "Got a NULL handle.\n");
......
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