First attempt at a Unix port of Plink. Seems to basically work;
[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 #else
10
11 #include "unix.h"
12
13 #endif
14
15 #endif