https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9c5d8cf7db3c1f5c2b52a4bf11b68d87fa6de29c

commit 9c5d8cf7db3c1f5c2b52a4bf11b68d87fa6de29c
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Fri Jul 26 21:30:36 2019 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Fri Jul 26 21:30:36 2019 +0900

    [USER32_APITEST] Move <strsafe.h> #inclusion
---
 modules/rostests/apitests/user32/MessageStateAnalyzer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/apitests/user32/MessageStateAnalyzer.c 
b/modules/rostests/apitests/user32/MessageStateAnalyzer.c
index 490b69d3e69..e6e1f40436a 100644
--- a/modules/rostests/apitests/user32/MessageStateAnalyzer.c
+++ b/modules/rostests/apitests/user32/MessageStateAnalyzer.c
@@ -4,9 +4,9 @@
  * PURPOSE:     debugging and analysis of message states
  * COPYRIGHT:   Copyright 2019 Katayama Hirofumi MZ 
<[email protected]>
  */
-#include <strsafe.h>
 #include "undocuser.h"
 #include "winxx.h"
+#include <strsafe.h>
 
 static void MsgDumpPrintf(LPCSTR fmt, ...)
 {

Reply via email to