Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1522)

Unified Diff: core/src/fxcodec/fx_tiff/tiff_v403/tiffconf.h

Issue 1172793002: Merge to XFA: Use stdint.h types throughout PDFium. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/src/fxcodec/codec/fx_codec_tiff.cpp ('k') | core/src/fxcodec/jbig2/JBig2_BitStream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxcodec/fx_tiff/tiff_v403/tiffconf.h
diff --git a/core/src/fxcodec/fx_tiff/tiff_v403/tiffconf.h b/core/src/fxcodec/fx_tiff/tiff_v403/tiffconf.h
index 3ca425c712f592ca50fec9119c3af5d9e7165024..d0f823d8c3d58f13b3722ec8a1ccf51116f74218 100644
--- a/core/src/fxcodec/fx_tiff/tiff_v403/tiffconf.h
+++ b/core/src/fxcodec/fx_tiff/tiff_v403/tiffconf.h
@@ -44,7 +44,7 @@
/*#define HAVE_SEARCH_H 1 */
/* The size of a `int', as computed by sizeof. */
-/* According typedef int FX_INT32; in the fx_system.h*/
+/* According typedef int int32_t; in the fx_system.h*/
#define SIZEOF_INT 4
/* Sunliang.Liu 20110325. We should config the correct long size for tif
« no previous file with comments | « core/src/fxcodec/codec/fx_codec_tiff.cpp ('k') | core/src/fxcodec/jbig2/JBig2_BitStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698