putty/puttyps.h

19 строки
179 B
C

#ifndef PUTTY_PUTTYPS_H
#define PUTTY_PUTTYPS_H
#ifdef _WINDOWS
#include "winstuff.h"
#elif defined(macintosh)
#include "macstuff.h"
#else
#include "unix.h"
#endif
#endif