user32/tests: Remove SetShellWindowEx from test_shell_window.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 8 May 2010 18:14:52 +0000 (20:14 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 May 2010 08:17:54 +0000 (10:17 +0200)
dlls/user32/tests/win.c

index a295850a605944482556ea6732a0dc649ff424eb..eab16e74e5b1eb99ad94ec67da0214599b7ce776 100644 (file)
@@ -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);