mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -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.
|
* or SECURITY_KERNEL, indicating who is compiling the code.
|
||||||
*/
|
*/
|
||||||
#define SECURITY_WIN32 1
|
#define SECURITY_WIN32 1
|
||||||
#include <Security.h>
|
#include <security.h>
|
||||||
#include <sspi.h>
|
#include <sspi.h>
|
||||||
#include <rpc.h>
|
#include <rpc.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user