comctl32: Fix a failing test in win2000.

This commit is contained in:
James Hawkins 2008-08-28 21:19:30 -05:00 committed by Alexandre Julliard
parent fd16a61128
commit 24bd8c0faf
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ static const struct message create_parent_wnd_seq[] = {
{ WM_CREATE, sent },
{ WM_SHOWWINDOW, sent|wparam, 1 },
{ WM_WINDOWPOSCHANGING, sent|wparam, 0 },
{ WM_QUERYNEWPALETTE, sent|optional },
{ WM_WINDOWPOSCHANGING, sent|wparam, 0 },
{ WM_ACTIVATEAPP, sent|wparam, 1 },
{ WM_NCACTIVATE, sent|wparam, 1 },