mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[USER32_APITEST]
- Arch, will you stop only testing your code with MSVC?! svn path=/trunk/; revision=68189
This commit is contained in:
@@ -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 \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user