]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regcomp.c
implemented fallback for AlphaBlend() for the systems not supporting it
[wxWidgets.git] / src / regex / regcomp.c
index 4347a2bc28c656c0bab2f16d815ca1142968330e..a016af0b7716cda610a4d24eca9821261edf9951 100644 (file)
@@ -1,10 +1,14 @@
+#if defined(__MWERKS__) && !defined(__MACH__)
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"