[USER32_APITEST] Add #include 'precomp.h' in MessageStateAnalyzer
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Fri, 26 Jul 2019 12:45:11 +0000 (21:45 +0900)
committerKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Fri, 26 Jul 2019 12:45:11 +0000 (21:45 +0900)
modules/rostests/apitests/user32/MessageStateAnalyzer.c

index e6e1f40..2b5b882 100644 (file)
@@ -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>