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
1 changed files with 1 additions and 1 deletions

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