]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tif_apple.c
Removed AlignIn after further thought
[wxWidgets.git] / src / tiff / tif_apple.c
index bbebe27ca6e46e102dc0b567ec8867f51a502015..d691eb2edb7f4dc2fe73facb3c1f30ab9bfc4d77 100644 (file)
  * the file first and TIFFOpen'ing it later.
  */
 
+#ifdef __MACH__
+         #include <ansi_prefix.mach.h>
+         #include <msl_c_version.h>
+         #include <stdint.h>
+         #undef WCHAR_MAX
+         #include <machine/ansi.h>
+#endif
 #include "tiffiop.h"
-#include <Errors.h>
+#include <MacErrors.h>
 #include <Files.h>
 #include <Memory.h>
 
-#if defined(__PPCC__) || defined(__SC__) || defined(__MRC__) || defined(applec)
+#if defined(__PPCC__) || defined(__SYMANTEC__) || defined(__MRC__) || defined(applec)
 #define        CtoPstr c2pstr
 #endif