Commit 88a4dc27 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Swap <security.h> and <sspi.h> (needed for MingW).

parent b5112096
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,8 +193,8 @@ typedef enum {
 * or SECURITY_KERNEL, indicating who is compiling the code.
 */
#define SECURITY_WIN32 1
#include <sspi.h>
#include <Security.h>
#include <sspi.h>
#include <rpc.h>
#endif