mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-28 15:24:49 -05:00
Have wingss.c include <windows.h> by way of putty.h rather than
directly. Fixes a build failure involving name clashes between winsock2.h and winsock.h, which had somehow managed to get included in succession. [originally from svn r8332]
This commit is contained in:
parent
01a7673ae9
commit
8b45210f63
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user