Module: wine Branch: master Commit: 612df7ee228c9f2312f2b82ce23818d7fa047779 URL: http://source.winehq.org/git/wine.git/?a=commit;h=612df7ee228c9f2312f2b82ce2...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Sat May 8 20:14:52 2010 +0200
user32/tests: Remove SetShellWindowEx from test_shell_window.
---
dlls/user32/tests/win.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c index a295850..eab16e7 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);