putty/puttyps.h

19 строки
194 B
C

/*
* Find the platform-specific header for this platform.
*/
#ifndef PUTTY_PUTTYPS_H
#define PUTTY_PUTTYPS_H
#ifdef _WINDOWS
#include "winstuff.h"
#else
#include "unix.h"
#endif
#endif