]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - puttyps.h
first pass
[PuTTY.git] / puttyps.h
1 /*
2  * Find the platform-specific header for this platform.
3  */
4
5 #ifndef PUTTY_PUTTYPS_H
6 #define PUTTY_PUTTYPS_H
7
8 #ifdef _WINDOWS
9
10 #include "winstuff.h"
11
12 #else
13
14 #include "unix.h"
15
16 #endif
17
18 #endif