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
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#include <Types.h>
|
||||
#include <cerrno>
|
||||
/*
|
||||
* Undef error codes defined by MSL. We are overriding the MSL implementations, so
|
||||
|
@ -31,6 +32,12 @@
|
|||
#undef ENOMEM
|
||||
#undef ENOSYS
|
||||
#undef ENAMETOOLONG
|
||||
|
||||
#if UNIVERSAL_INTERFACES_VERSION >= 0x0340
|
||||
#undef EDEADLK
|
||||
#undef EAGAIN
|
||||
#endif
|
||||
|
||||
#else
|
||||
#include <mpw/errno.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue