shell32/tests: Fix a test on Win2k platform and above.

Nicolas Le Cam niko.lecam at gmail.com
Tue Mar 17 16:40:45 CDT 2009


---
 dlls/shell32/tests/appbar.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/tests/appbar.c b/dlls/shell32/tests/appbar.c
index 5d15fcd..51bea2b 100644
--- a/dlls/shell32/tests/appbar.c
+++ b/dlls/shell32/tests/appbar.c
@@ -340,14 +340,12 @@ static void test_setpos(void)
     test_window_rects(1, 2);
 
     /* remove the other windows */
-    SetWindowLongPtr(windows[1].hwnd, GWLP_USERDATA, 0);
     abd.hWnd = windows[1].hwnd;
     ret = SHAppBarMessage(ABM_REMOVE, &abd);
     ok(ret == TRUE, "SHAppBarMessage returned %i\n", ret);
     windows[1].registered = FALSE;
     DestroyWindow(windows[1].hwnd);
 
-    SetWindowLongPtr(windows[2].hwnd, GWLP_USERDATA, 0);
     abd.hWnd = windows[2].hwnd;
     ret = SHAppBarMessage(ABM_REMOVE, &abd);
     ok(ret == TRUE, "SHAppBarMessage returned %i\n", ret);
-- 
1.5.6.3


--=-cDV32tKa6v7l7F+tJjuA--




More information about the wine-patches mailing list