crypt32: Include system headers before Windows headers.
This commit is contained in:
parent
d37c85d6a7
commit
f9a9a18e1d
|
@ -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 @@
|
||||||
#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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue