X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c1c25a77865c7e83557adf053eafcf71783f333..d24f0fab261dace991d8e7ff73ab2092509b67b0:/src/tiff/libtiff/tiffiop.h diff --git a/src/tiff/libtiff/tiffiop.h b/src/tiff/libtiff/tiffiop.h index 186d5c6bb1..b791c1f357 100644 --- a/src/tiff/libtiff/tiffiop.h +++ b/src/tiff/libtiff/tiffiop.h @@ -30,7 +30,11 @@ * ``Library-private'' definitions. */ -#include "tif_config.h" +#ifdef _MSC_VER +# include "tif_config.h.vc" +#else +# include "tif_config.h" +#endif #ifdef HAVE_FCNTL_H # include