Commit 34865ffb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include security.h with lowercase s to work on cross-compiled mingw

parent 62970da6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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