fixing 64bit OSX, closes #11118

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-08-18 15:19:32 +00:00
parent 80c765ac5a
commit eceb28f912

View File

@@ -27,7 +27,11 @@
#ifndef _TIFF_ #ifndef _TIFF_
#define _TIFF_ #define _TIFF_
#ifdef __APPLE__
#include <tif_config.h>
#else
#include <tiffconf.h> #include <tiffconf.h>
#endif
/* /*
* Tag Image File Format (TIFF) * Tag Image File Format (TIFF)