]> granicus.if.org Git - curl/commitdiff
Swap <security.h> and <sspi.h> (needed for MingW).
authorGisle Vanem <gvanem@broadpark.no>
Sat, 12 Mar 2005 17:31:15 +0000 (17:31 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Sat, 12 Mar 2005 17:31:15 +0000 (17:31 +0000)
lib/urldata.h

index 4540f05c8157b818cddbf597f92760c66f3eb598..79d4ffe25df1983c5b02ecf7ae3195a3a3be3b56 100644 (file)
@@ -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