summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/win-mac.h')
-rw-r--r--src/include/win-mac.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index f5f93c9b45..d39e08b25e 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -241,11 +241,6 @@ HINSTANCE get_lib_instance(void);
#define NO_PASSWORD
#define HAVE_LABS
/*#define ENOMEM 12*/
-#define ANSI_STDIO
-#ifndef _SIZET
-typedef unsigned long size_t;
-#define _SIZET
-#endif
#include <unix.h>
#include <ctype.h>
@@ -260,6 +255,7 @@ typedef unsigned long size_t;
/* there is no <stat.h> for mpw */
#ifndef __MWERKS__
+typedef unsigned long size_t;
typedef unsigned long mode_t;
typedef unsigned long ino_t;
typedef unsigned long dev_t;