checking in all the old panacean stuff
This commit is contained in:
26
puttysrc/PUTTYPS.H
Normal file
26
puttysrc/PUTTYPS.H
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* Find the platform-specific header for this platform.
|
||||
*/
|
||||
|
||||
#ifndef PUTTY_PUTTYPS_H
|
||||
#define PUTTY_PUTTYPS_H
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
||||
#include "winstuff.h"
|
||||
|
||||
#elif defined(macintosh)
|
||||
|
||||
#include "macstuff.h"
|
||||
|
||||
#elif defined(MACOSX)
|
||||
|
||||
#include "osx.h"
|
||||
|
||||
#else
|
||||
|
||||
#include "unix.h"
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user