comctl32: Fix a failing test for some platforms.

This commit is contained in:
James Hawkins 2008-09-08 00:52:38 -05:00 committed by Alexandre Julliard
parent 3e2ac662f1
commit 66e4be152a

View file

@ -50,6 +50,7 @@ static const struct message create_parent_window_seq[] = {
{ WM_NCCREATE, sent },
{ WM_NCCALCSIZE, sent|wparam, 0 },
{ WM_CREATE, sent },
{ WM_QUERYNEWPALETTE, sent|optional },
{ WM_SHOWWINDOW, sent|wparam, 1 },
{ WM_WINDOWPOSCHANGING, sent|wparam, 0 },
{ WM_WINDOWPOSCHANGING, sent|wparam, 0 },