X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b6b675be301127f8df86270694c78217a735f8e..ce51dc7507f31a6baadb8709ac4b807cd2dad421:/src/regex/regcomp.c diff --git a/src/regex/regcomp.c b/src/regex/regcomp.c index 19f4947f0f..a016af0b77 100644 --- a/src/regex/regcomp.c +++ b/src/regex/regcomp.c @@ -1,4 +1,4 @@ -#ifdef __MWERKS__ +#if defined(__MWERKS__) && !defined(__MACH__) typedef long off_t ; #else #include