comctl32: Fix a couple failing tests in win98.

This commit is contained in:
James Hawkins 2008-09-08 00:48:00 -05:00 committed by Alexandre Julliard
parent d54963e512
commit dcc230c567
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ static const struct message parent_empty_test_seq[] = {
static const struct message parent_create_trackbar_wnd_seq[] = {
{ WM_NOTIFYFORMAT, sent},
{ 0x0129, sent}, /* should be WM_QUERYUISTATE instead of 0x0129 */
{ WM_QUERYUISTATE, sent|optional},
{ WM_WINDOWPOSCHANGING, sent},
{ WM_NCACTIVATE, sent},
{ PBT_APMRESUMECRITICAL, sent},
@ -86,7 +86,7 @@ static const struct message parent_new_window_test_seq[] = {
{ WM_IME_NOTIFY, sent|defwinproc|optional},
{ WM_SETFOCUS, sent|defwinproc},
{ WM_NOTIFYFORMAT, sent},
{ 0x0129, sent}, /* should be WM_QUERYUISTATE instead of 0x0129*/
{ WM_QUERYUISTATE, sent|optional},
{0}
};