diff --git a/Mac/mwerks/errno_unix.h b/Mac/mwerks/errno_unix.h index 79a90b52a05..bdb9bc790d8 100644 --- a/Mac/mwerks/errno_unix.h +++ b/Mac/mwerks/errno_unix.h @@ -30,11 +30,15 @@ PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ #define ENOTDIR (-120) +#ifndef __MSL__ #define EACCES (-54) +#endif #define EEXIST (-48) #define EBUSY (-47) #define EROFS (-44) +#ifndef __MSL__ #define ENOENT (-43) +#endif #define ENFILE (-42) #define EIO (-36) #define ENOSPC (-34)