2002-10-07 20:45:23 +04:00
|
|
|
#ifndef PUTTY_PUTTYPS_H
|
|
|
|
#define PUTTY_PUTTYPS_H
|
|
|
|
|
|
|
|
#ifdef _WINDOWS
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
#include "winstuff.h"
|
|
|
|
|
2002-11-19 05:13:46 +03:00
|
|
|
#elif defined(macintosh)
|
|
|
|
|
|
|
|
#include "macstuff.h"
|
|
|
|
|
2002-10-07 20:45:23 +04:00
|
|
|
#else
|
|
|
|
|
|
|
|
#include "unix.h"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|