Commit dcc230c5 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

comctl32: Fix a couple failing tests in win98.

parent d54963e5
...@@ -65,7 +65,7 @@ static const struct message parent_empty_test_seq[] = { ...@@ -65,7 +65,7 @@ static const struct message parent_empty_test_seq[] = {
static const struct message parent_create_trackbar_wnd_seq[] = { static const struct message parent_create_trackbar_wnd_seq[] = {
{ WM_NOTIFYFORMAT, sent}, { WM_NOTIFYFORMAT, sent},
{ 0x0129, sent}, /* should be WM_QUERYUISTATE instead of 0x0129 */ { WM_QUERYUISTATE, sent|optional},
{ WM_WINDOWPOSCHANGING, sent}, { WM_WINDOWPOSCHANGING, sent},
{ WM_NCACTIVATE, sent}, { WM_NCACTIVATE, sent},
{ PBT_APMRESUMECRITICAL, sent}, { PBT_APMRESUMECRITICAL, sent},
...@@ -86,7 +86,7 @@ static const struct message parent_new_window_test_seq[] = { ...@@ -86,7 +86,7 @@ static const struct message parent_new_window_test_seq[] = {
{ WM_IME_NOTIFY, sent|defwinproc|optional}, { WM_IME_NOTIFY, sent|defwinproc|optional},
{ WM_SETFOCUS, sent|defwinproc}, { WM_SETFOCUS, sent|defwinproc},
{ WM_NOTIFYFORMAT, sent}, { WM_NOTIFYFORMAT, sent},
{ 0x0129, sent}, /* should be WM_QUERYUISTATE instead of 0x0129*/ { WM_QUERYUISTATE, sent|optional},
{0} {0}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment