1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Miscellaneous fixes to try to make other compilers happier

[originally from svn r691]
This commit is contained in:
Simon Tatham
2000-10-09 12:19:09 +00:00
parent 5e71961719
commit e48981def4
13 changed files with 78 additions and 3 deletions

View File

@ -4,6 +4,13 @@
*/
#include <windows.h>
#ifndef AUTO_WINSOCK
#ifdef WINSOCK_TWO
#include <winsock2.h>
#else
#include <winsock.h>
#endif
#endif
#include <stdio.h>
#include "putty.h"