mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
include security.h with lowercase s to work on cross-compiled mingw
This commit is contained in:
parent
62970da675
commit
34865ffb4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user