1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Enable better build-time flexibility over which WinSock to include

[originally from svn r615]
This commit is contained in:
Simon Tatham
2000-09-22 13:16:49 +00:00
parent c0ac8ab9b4
commit e70425dda6
8 changed files with 47 additions and 0 deletions

View File

@ -2,7 +2,9 @@
* PLink - a command-line (stdin/stdout) variant of PuTTY.
*/
#ifndef AUTO_WINSOCK
#include <winsock2.h>
#endif
#include <windows.h>
#include <stdio.h>
#include <stdarg.h>