Swap <security.h> and <sspi.h> (needed for MingW).

This commit is contained in:
Gisle Vanem 2005-03-12 17:31:15 +00:00
parent b5112096d7
commit 88a4dc2795
1 changed files with 1 additions and 1 deletions

View File

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