[USER32_APITEST]

- Arch, will you stop only testing your code with MSVC?!

svn path=/trunk/; revision=68189
This commit is contained in:
Thomas Faber 2015-06-18 14:02:55 +00:00
parent 484a5f8751
commit 8c4e56def9

View file

@ -30,7 +30,7 @@
if (msg.message == WM_HOTKEY) hotkey_count++; \
DispatchMessageW(&msg); \
} \
ok(hotkey_count == 1, "Received %d WM_HOTKEY messages, expected 1\n"); \
ok(hotkey_count == 1, "Received %d WM_HOTKEY messages, expected 1\n", hotkey_count); \
} while (0)
#define msg_no_hotkey(msg) do \
{ \