https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8084c042f1873984c2de46...
commit 8084c042f1873984c2de4658a85700d697415667 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Fri Jul 26 21:45:11 2019 +0900 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Fri Jul 26 21:45:11 2019 +0900
[USER32_APITEST] Add #include 'precomp.h' in MessageStateAnalyzer --- modules/rostests/apitests/user32/MessageStateAnalyzer.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/modules/rostests/apitests/user32/MessageStateAnalyzer.c b/modules/rostests/apitests/user32/MessageStateAnalyzer.c index e6e1f40436a..2b5b882c276 100644 --- a/modules/rostests/apitests/user32/MessageStateAnalyzer.c +++ b/modules/rostests/apitests/user32/MessageStateAnalyzer.c @@ -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>