Commit f9a9a18e authored by Alexandre Julliard's avatar Alexandre Julliard

crypt32: Include system headers before Windows headers.

parent d37c85d6
......@@ -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);
......
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