mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
- Fix build
svn path=/trunk/; revision=60809
This commit is contained in:
parent
3d5763ff2f
commit
26a5caa78d
1 changed files with 4 additions and 1 deletions
|
@ -14356,7 +14356,10 @@ START_TEST(msg)
|
|||
test_combobox_messages();
|
||||
test_wmime_keydown_message();
|
||||
test_paint_messages();
|
||||
// test_interthread_messages(); ReactOS ActivateActCtx seems to be broken.
|
||||
if(!winetest_interactive)
|
||||
skip("ReactOS ActivateActCtx seems to be broken.\n");
|
||||
else
|
||||
test_interthread_messages();
|
||||
test_message_conversion();
|
||||
test_accelerators();
|
||||
test_timers();
|
||||
|
|
Loading…
Reference in a new issue