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

This commit is contained in:
Nicolas Le Cam 2009-03-17 22:40:45 +01:00 committed by Alexandre Julliard
parent ad5e68e8a1
commit 5fc199263e
1 changed files with 0 additions and 2 deletions

View File

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