Swap <security.h> and <sspi.h> (needed for MingW).
This commit is contained in:
Родитель
b5112096d7
Коммит
88a4dc2795
|
@ -193,8 +193,8 @@ typedef enum {
|
||||||
* or SECURITY_KERNEL, indicating who is compiling the code.
|
* or SECURITY_KERNEL, indicating who is compiling the code.
|
||||||
*/
|
*/
|
||||||
#define SECURITY_WIN32 1
|
#define SECURITY_WIN32 1
|
||||||
#include <sspi.h>
|
|
||||||
#include <Security.h>
|
#include <Security.h>
|
||||||
|
#include <sspi.h>
|
||||||
#include <rpc.h>
|
#include <rpc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче