diff options
Diffstat (limited to 'third_party/libtiff/tiffconf.h')
-rw-r--r-- | third_party/libtiff/tiffconf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/libtiff/tiffconf.h b/third_party/libtiff/tiffconf.h index eb9161ded1..e36bde6571 100644 --- a/third_party/libtiff/tiffconf.h +++ b/third_party/libtiff/tiffconf.h @@ -57,12 +57,6 @@ #define SIZEOF_UNSIGNED_LONG 4 #endif -#if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ && _MSC_VER < 1900 -#define HAVE_SNPRINTF 0 -#else -#define HAVE_SNPRINTF 1 -#endif - /* Signed 8-bit type */ #define TIFF_INT8_T signed char |