mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[USER32_APITEST] Add #include 'precomp.h' in MessageStateAnalyzer
This commit is contained in:
parent
9c5d8cf7db
commit
8084c042f1
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
* PURPOSE: debugging and analysis of message states
|
||||
* COPYRIGHT: Copyright 2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include "undocuser.h"
|
||||
#include "winxx.h"
|
||||
#include <strsafe.h>
|
||||
|
|
Loading…
Reference in a new issue