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:
@@ -27,7 +27,11 @@
|
||||
#ifndef _TIFF_
|
||||
#define _TIFF_
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <tif_config.h>
|
||||
#else
|
||||
#include <tiffconf.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Tag Image File Format (TIFF)
|
||||
|
Reference in New Issue
Block a user