Skip to content
Snippets Groups Projects
Commit 88a4dc27 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

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

parent b5112096
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment