summaryrefslogtreecommitdiff
path: root/src/libtiff/tif_config.h
diff options
context:
space:
mode:
authorscuri <scuri>2009-08-22 04:31:03 +0000
committerscuri <scuri>2009-08-22 04:31:03 +0000
commit36e80e6481f7518e8005527d8965148039ba8dc2 (patch)
tree04446e7c74b2b9468551a77b750000d6809fa227 /src/libtiff/tif_config.h
parent0ab3aef31d7820f40bb22e15bba930f923f8bf72 (diff)
*** empty log message ***
Diffstat (limited to 'src/libtiff/tif_config.h')
-rw-r--r--src/libtiff/tif_config.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/libtiff/tif_config.h b/src/libtiff/tif_config.h
index 3558fe7..f9db461 100644
--- a/src/libtiff/tif_config.h
+++ b/src/libtiff/tif_config.h
@@ -253,34 +253,6 @@
#define inline
#endif
-#ifdef _MSC_VER
-#if _MSC_VER>1400
-/* Signed 64-bit type formatter */
-#define TIFF_INT64_FORMAT "%I64d"
-
-/* Signed 64-bit type */
-#define TIFF_INT64_T signed __int64
-
-/* Unsigned 64-bit type formatter */
-#define TIFF_UINT64_FORMAT "%I64u"
-
-/* Unsigned 64-bit type */
-#define TIFF_UINT64_T unsigned __int64
-//#else
-///* Signed 64-bit type formatter */
-//#define TIFF_INT64_FORMAT "%I64d"
-//
-///* Signed 64-bit type */
-//#define TIFF_INT64_T signed __int64
-//
-///* Unsigned 64-bit type formatter */
-//#define TIFF_UINT64_FORMAT "%I64u"
-//
-///* Unsigned 64-bit type */
-//#define TIFF_UINT64_T unsigned __int64
-#endif
-#endif
-
/* Define to `long' if <sys/types.h> does not define. */
/* #undef off_t */