1
0
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:
Daniel Stenberg 2005-03-14 00:01:30 +00:00
parent 62970da675
commit 34865ffb4a

View File

@ -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