From 612df7ee228c9f2312f2b82ce23818d7fa047779 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 8 May 2010 20:14:52 +0200 Subject: [PATCH] user32/tests: Remove SetShellWindowEx from test_shell_window. --- dlls/user32/tests/win.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c index a295850a605..eab16e74e5b 100644 --- a/dlls/user32/tests/win.c +++ b/dlls/user32/tests/win.c @@ -1040,7 +1040,6 @@ static void test_shell_window(void) DWORD error; HMODULE hinst, hUser32; BOOL (WINAPI*SetShellWindow)(HWND); - BOOL (WINAPI*SetShellWindowEx)(HWND, HWND); HWND hwnd1, hwnd2, hwnd3, hwnd4, hwnd5; HWND shellWindow, nextWnd; @@ -1055,7 +1054,6 @@ static void test_shell_window(void) hUser32 = GetModuleHandleA("user32"); SetShellWindow = (void *)GetProcAddress(hUser32, "SetShellWindow"); - SetShellWindowEx = (void *)GetProcAddress(hUser32, "SetShellWindowEx"); trace("previous shell window: %p\n", shellWindow); -- 2.11.4.GIT