Alexandre Julliard : crypt32: Include system headers before Windows headers .

Alexandre Julliard julliard at winehq.org
Mon Sep 5 13:26:22 CDT 2011


Module: wine
Branch: master
Commit: f9a9a18e1d5bd43ef9232713d4070b370fe18176
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f9a9a18e1d5bd43ef9232713d4070b370fe18176

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep  5 17:22:17 2011 +0200

crypt32: Include system headers before Windows headers.

---

 dlls/crypt32/rootstore.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c
index 44c3d81..386bc9b 100644
--- a/dlls/crypt32/rootstore.c
+++ b/dlls/crypt32/rootstore.c
@@ -31,6 +31,9 @@
 #endif
 #include <errno.h>
 #include <limits.h>
+#ifdef HAVE_SECURITY_SECURITY_H
+#include <Security/Security.h>
+#endif
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
 #include "windef.h"
@@ -40,9 +43,6 @@
 #include "winternl.h"
 #include "wine/debug.h"
 #include "crypt32_private.h"
-#ifdef HAVE_SECURITY_SECURITY_H
-#include <Security/Security.h>
-#endif
 
 WINE_DEFAULT_DEBUG_CHANNEL(crypt);
 




More information about the wine-cvs mailing list