Commit f9a9a18e authored by Alexandre Julliard's avatar Alexandre Julliard

crypt32: Include system headers before Windows headers.

parent d37c85d6
...@@ -31,6 +31,9 @@ ...@@ -31,6 +31,9 @@
#endif #endif
#include <errno.h> #include <errno.h>
#include <limits.h> #include <limits.h>
#ifdef HAVE_SECURITY_SECURITY_H
#include <Security/Security.h>
#endif
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include "windef.h" #include "windef.h"
...@@ -40,9 +43,6 @@ ...@@ -40,9 +43,6 @@
#include "winternl.h" #include "winternl.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "crypt32_private.h" #include "crypt32_private.h"
#ifdef HAVE_SECURITY_SECURITY_H
#include <Security/Security.h>
#endif
WINE_DEFAULT_DEBUG_CHANNEL(crypt); WINE_DEFAULT_DEBUG_CHANNEL(crypt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment