summaryrefslogtreecommitdiff
path: root/third_party/libtiff/tiffconf.h
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2018-04-27 16:08:58 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-27 16:08:58 +0000
commitb1b01de0285c77f16a72736bf6abeb9598743b0a (patch)
tree67d1e46245fb8d690cb6c890407b62f6275b49f3 /third_party/libtiff/tiffconf.h
parent7f41d68152885d9b391fd9cc96d9754969b78369 (diff)
downloadpdfium-b1b01de0285c77f16a72736bf6abeb9598743b0a.tar.xz
Updated libtiff 4.0.8->4.0.9
Applied 0000-build-config.patch Applied 0006-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch Applied 0008-HeapBufferOverflow-ChopUpSingleUncompressedStrip.patch Updated and applied 0017-safe_skews_in_gtTileContig.patch Removed 0025-upstream-OOM-gtTileContig.patch, already applied Removed 0026-upstream-null-dereference.patch, already applied Applied 0027-build-config.patch Updated and applied 0028-nstrips-OOM.patch BUG=pdfium:1074 Change-Id: I32510327155213fd6256c5a67fa1be3a54cb975c Reviewed-on: https://pdfium-review.googlesource.com/31550 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'third_party/libtiff/tiffconf.h')
-rw-r--r--third_party/libtiff/tiffconf.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/third_party/libtiff/tiffconf.h b/third_party/libtiff/tiffconf.h
index 50e458faf4..e527083844 100644
--- a/third_party/libtiff/tiffconf.h
+++ b/third_party/libtiff/tiffconf.h
@@ -10,7 +10,7 @@
#include "core/fxcrt/fx_system.h"
//NOTE: The tiff codec requires an ANSI C compiler environment for building and
-// presumes an ANSI C environment for use.
+// presumes an ANSI C environment for use.
# define HAVE_SYS_TYPES_H 1
# define HAVE_FCNTL_H 1
@@ -80,7 +80,7 @@
/* Unsigned 32-bit type formatter */
#define TIFF_UINT32_FORMAT "%u"
-#ifdef _MSC_VER // windows
+#ifdef _MSC_VER // windows
/* Signed 64-bit type formatter */
#define TIFF_INT64_FORMAT "%I64d"
@@ -94,9 +94,9 @@
/* Unsigned 64-bit type */
#define TIFF_UINT64_T unsigned __int64
-#else // linux/unix
+#else // linux/unix
-#if 0 //_FX_CPU_ == _FX_X64_ // linux/unix 64
+#if 0 //_FX_CPU_ == _FX_X64_ // linux/unix 64
/* Signed 64-bit type formatter */
#define TIFF_INT64_FORMAT "%ld"
@@ -107,7 +107,7 @@
/* Signed 64-bit type */
#define TIFF_INT64_T signed long
-#else // linux/unix 32
+#else // linux/unix 32
/* Signed 64-bit type formatter */
#define TIFF_INT64_FORMAT "%lld"
@@ -118,7 +118,7 @@
/* Signed 64-bit type */
#define TIFF_INT64_T signed long long
-#endif // end _FX_CPU_
+#endif // end _FX_CPU_
/* Unsigned 64-bit type */
#define TIFF_UINT64_T unsigned long long
@@ -201,7 +201,7 @@
/* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
fails with unpatched IJG JPEG library) */
-#define OJPEG_SUPPORT 1
+#define OJPEG_SUPPORT 1
/* Support Macintosh PackBits algorithm */
#define PACKBITS_SUPPORT 1