mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[USER32_APITEST]
- Arch, will you stop only testing your code with MSVC?! svn path=/trunk/; revision=68189
This commit is contained in:
parent
484a5f8751
commit
8c4e56def9
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
{ \
|
||||
|
|
Loading…
Reference in a new issue