[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:
Katayama Hirofumi MZ 2019-07-25 01:45:55 +09:00 committed by GitHub
parent 1e91a1690d
commit 782160bbc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 588 additions and 13 deletions

View file

@ -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