mirror of
https://github.com/curl/curl.git
synced 2026-05-15 05:56:19 +03:00
include security.h with lowercase s to work on cross-compiled mingw
This commit is contained in:
parent
62970da675
commit
34865ffb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue