Begin destabilisation in the wake of 0.53! This checkin contains the
[u/mdw/putty] / puttyps.h
CommitLineData
f7f27309 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