user32/tests: Remove SetShellWindowEx from test_shell_window.

This commit is contained in:
Gerald Pfeifer 2010-05-08 20:14:52 +02:00 committed by Alexandre Julliard
parent 0c2fbbe7f0
commit 612df7ee22
1 changed files with 0 additions and 2 deletions

View 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);