GUSI 2.1.9 + CWPro7 update

This commit is contained in:
chombier 2001-10-06 09:42:08 +00:00
parent 4bf9b13c00
commit f6280ec569
1 changed files with 7 additions and 0 deletions

View File

@ -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