mirror of https://github.com/macssh/macssh.git
GUSI 2.1.9 + CWPro7 update
This commit is contained in:
parent
4bf9b13c00
commit
f6280ec569
|
@ -10,6 +10,7 @@
|
||||||
#define _ERRNO_H
|
#define _ERRNO_H
|
||||||
|
|
||||||
#ifdef __MWERKS__
|
#ifdef __MWERKS__
|
||||||
|
#include <Types.h>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
/*
|
/*
|
||||||
* Undef error codes defined by MSL. We are overriding the MSL implementations, so
|
* Undef error codes defined by MSL. We are overriding the MSL implementations, so
|
||||||
|
@ -31,6 +32,12 @@
|
||||||
#undef ENOMEM
|
#undef ENOMEM
|
||||||
#undef ENOSYS
|
#undef ENOSYS
|
||||||
#undef ENAMETOOLONG
|
#undef ENAMETOOLONG
|
||||||
|
|
||||||
|
#if UNIVERSAL_INTERFACES_VERSION >= 0x0340
|
||||||
|
#undef EDEADLK
|
||||||
|
#undef EAGAIN
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include <mpw/errno.h>
|
#include <mpw/errno.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue