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

This commit is contained in:
Gisle Vanem 2005-03-12 17:31:15 +00:00
Родитель b5112096d7
Коммит 88a4dc2795
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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