Tentative merge of ben-mac-port (only dead for three years!) into the trunk.
[u/mdw/putty] / puttyps.h
1 #ifndef PUTTY_PUTTYPS_H
2 #define PUTTY_PUTTYPS_H
3
4 #ifdef _WINDOWS
5
6 #include <windows.h>
7 #include "winstuff.h"
8
9 #elif defined(macintosh)
10
11 #include "macstuff.h"
12
13 #else
14
15 #include "unix.h"
16
17 #endif
18
19 #endif