]> granicus.if.org Git - curl/commitdiff
include security.h with lowercase s to work on cross-compiled mingw
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Mar 2005 00:01:30 +0000 (00:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Mar 2005 00:01:30 +0000 (00:01 +0000)
lib/urldata.h

index 79d4ffe25df1983c5b02ecf7ae3195a3a3be3b56..9b3fcf7dd5cd9d582a01ad9cc6aac4fad4220679 100644 (file)
@@ -193,7 +193,7 @@ typedef enum {
  * or SECURITY_KERNEL, indicating who is compiling the code.
  */
 #define SECURITY_WIN32 1
-#include <Security.h>
+#include <security.h>
 #include <sspi.h>
 #include <rpc.h>
 #endif