mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 18:07:59 +00:00
16 lines
151 B
C
16 lines
151 B
C
|
#ifndef PUTTY_PUTTYPS_H
|
||
|
#define PUTTY_PUTTYPS_H
|
||
|
|
||
|
#ifdef _WINDOWS
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include "winstuff.h"
|
||
|
|
||
|
#else
|
||
|
|
||
|
#include "unix.h"
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|