summaryrefslogtreecommitdiff
path: root/src/libtiff/tiffiop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtiff/tiffiop.h')
-rw-r--r--src/libtiff/tiffiop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libtiff/tiffiop.h b/src/libtiff/tiffiop.h
index dcf9a63..3360b7a 100644
--- a/src/libtiff/tiffiop.h
+++ b/src/libtiff/tiffiop.h
@@ -1,4 +1,4 @@
-/* $Id: tiffiop.h,v 1.2 2009/08/21 04:01:59 scuri Exp $ */
+/* $Id: tiffiop.h,v 1.3 2009/08/22 04:31:04 scuri Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -61,8 +61,8 @@ extern void *lfind(const void *, const void *, size_t *, size_t,
Libtiff itself does not require a 64-bit type, but bundled TIFF
utilities may use it.
*/
-typedef TIFF_INT64_T int64;
-typedef TIFF_UINT64_T uint64;
+/* typedef TIFF_INT64_T int64; IMLIB */
+/* typedef TIFF_UINT64_T uint64; IMLIB */
#include "tiffio.h"
#include "tif_dir.h"