The WinSock library is now loaded at run-time, which means we can
[u/mdw/putty] / puttyps.h
... / ...
CommitLineData
1#ifndef PUTTY_PUTTYPS_H
2#define PUTTY_PUTTYPS_H
3
4#ifdef _WINDOWS
5
6#include "winstuff.h"
7
8#elif defined(macintosh)
9
10#include "macstuff.h"
11
12#else
13
14#include "unix.h"
15
16#endif
17
18#endif