diff options
Diffstat (limited to 'libtiff/tiffiop.h')
-rw-r--r-- | libtiff/tiffiop.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libtiff/tiffiop.h b/libtiff/tiffiop.h index 167bd14c..a4ef92ea 100644 --- a/libtiff/tiffiop.h +++ b/libtiff/tiffiop.h @@ -46,12 +46,6 @@ # define assert(x) #endif -#if !defined(HAVE_SNPRINTF) && !defined(HAVE__SNPRINTF) -#undef snprintf -#define snprintf _TIFF_snprintf_f -extern int snprintf(char* str, size_t size, const char* format, ...); -#endif - #include "tiffio.h" #include "tif_dir.h" |