[USER32_APITEST] Add #include 'precomp.h' in MessageStateAnalyzer

This commit is contained in:
Katayama Hirofumi MZ 2019-07-26 21:45:11 +09:00
parent 9c5d8cf7db
commit 8084c042f1

View file

@ -4,6 +4,8 @@
* PURPOSE: debugging and analysis of message states * PURPOSE: debugging and analysis of message states
* COPYRIGHT: Copyright 2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> * COPYRIGHT: Copyright 2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
*/ */
#include "precomp.h"
#include "undocuser.h" #include "undocuser.h"
#include "winxx.h" #include "winxx.h"
#include <strsafe.h> #include <strsafe.h>