git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18763
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
#include <sys/types.h>
+#endif
#include <stdio.h>
#include <string.h>
#include <ctype.h>
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
#include <sys/types.h>
+#endif
#include <stdio.h>
#include <string.h>
#include <ctype.h>
* macros that code uses. This lets the same code operate on two different
* representations for state sets.
*/
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
#include <sys/types.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
#include <sys/types.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include "regex.h"