]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regcomp.c
TRUE not true, FALSE not false
[wxWidgets.git] / src / regex / regcomp.c
index 17557ddd14eaa0138e843cf446aebcd9318f2ca4..19f4947f0f415ab3c57e42e290093614a035c792 100644 (file)
@@ -1,4 +1,8 @@
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>