diff options
Diffstat (limited to 'Mac/Compat/macstat.h')
-rw-r--r-- | Mac/Compat/macstat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Compat/macstat.h b/Mac/Compat/macstat.h index 4c24219..64ace4e 100644 --- a/Mac/Compat/macstat.h +++ b/Mac/Compat/macstat.h @@ -26,3 +26,8 @@ struct macstat { #define S_IREAD 0400 #define S_IWRITE 0200 #define S_IEXEC 0100 + +/* To stop inclusion of MWerks header: */ +#ifndef _STAT +#define _STAT +#endif |