projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d5763f
)
- Fix build
author
James Tabor
<james.tabor@reactos.org>
Thu, 31 Oct 2013 17:21:04 +0000
(17:21 +0000)
committer
James Tabor
<james.tabor@reactos.org>
Thu, 31 Oct 2013 17:21:04 +0000
(17:21 +0000)
svn path=/trunk/; revision=60809
rostests/winetests/user32/msg.c
patch
|
blob
|
history
diff --git
a/rostests/winetests/user32/msg.c
b/rostests/winetests/user32/msg.c
index
a8e40f2
..
530df4d
100755
(executable)
--- a/
rostests/winetests/user32/msg.c
+++ b/
rostests/winetests/user32/msg.c
@@
-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();