Have wingss.c include <windows.h> by way of putty.h rather than
[u/mdw/putty] / windows / wingss.c
index 222b34f..773e660 100644 (file)
@@ -1,8 +1,10 @@
 #ifndef NO_GSSAPI
 
-#include <windows.h>
+#include "putty.h"
+
 #define SECURITY_WIN32
 #include <security.h>
+
 #include "sshgss.h"
 #include "misc.h"