mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:57:18 +03:00
Swap <security.h> and <sspi.h> (needed for MingW).
This commit is contained in:
parent
b5112096d7
commit
88a4dc2795
1 changed files with 1 additions and 1 deletions
|
|
@ -193,8 +193,8 @@ typedef enum {
|
|||
* or SECURITY_KERNEL, indicating who is compiling the code.
|
||||
*/
|
||||
#define SECURITY_WIN32 1
|
||||
#include <sspi.h>
|
||||
#include <Security.h>
|
||||
#include <sspi.h>
|
||||
#include <rpc.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue