Begin destabilisation in the wake of 0.53! This checkin contains the
[u/mdw/putty] / puttyps.h
diff --git a/puttyps.h b/puttyps.h
new file mode 100644 (file)
index 0000000..b64ecbd
--- /dev/null
+++ b/puttyps.h
@@ -0,0 +1,15 @@
+#ifndef PUTTY_PUTTYPS_H
+#define PUTTY_PUTTYPS_H
+
+#ifdef _WINDOWS
+
+#include <windows.h>
+#include "winstuff.h"
+
+#else
+
+#include "unix.h"
+
+#endif
+
+#endif