mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
[USER32_APITEST][INCLUDE] Add MessageStateAnalyzer testcase (#1732)
I want to visualize the message stream and verify the states of each message. ROSTESTS-328 - Add a testcase named MessageStateAnalyzer into user32_apitest. - Also fix type casts in <windowsx.h>.
This commit is contained in:
parent
1e91a1690d
commit
782160bbc0
5 changed files with 588 additions and 13 deletions
|
@ -5,7 +5,7 @@
|
|||
* COPYRIGHT: Copyright 2018-2019 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
|
||||
*/
|
||||
#ifndef _INC_MSGDUMP
|
||||
#define _INC_MSGDUMP 10 /* Version 10 */
|
||||
#define _INC_MSGDUMP 11 /* Version 11 */
|
||||
|
||||
/*
|
||||
* NOTE: MD_msgdump function in this file provides Win32API message dump feature.
|
||||
|
@ -17,6 +17,9 @@
|
|||
#ifndef _INC_WINXX
|
||||
#include "winxx.h" /* An unofficial extension of <windowsx.h>. */
|
||||
#endif
|
||||
#ifndef _INC_SHELLAPI
|
||||
#include <shellapi.h>
|
||||
#endif
|
||||
#include <strsafe.h>
|
||||
|
||||
#ifndef MSGDUMP_TPRINTF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue