commit | a0e76bebd3ddb05461c9f692ff1f53267203aaae | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Jun 09 20:39:24 1995 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Jun 09 20:39:24 1995 +0000 |
tree | b6b5f84f0fa20a121e82b2c9ea77ab57c8b766f5 | |
parent | b81cf9d61c71f9b5949b9424cec1f59ac4a426e8 [diff] [blame] |
Ported to CodeWarrior 6
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 @@ #define S_IREAD 0400 #define S_IWRITE 0200 #define S_IEXEC 0100 + +/* To stop inclusion of MWerks header: */ +#ifndef _STAT +#define _STAT +#endif