Merge commit '8c726e475a562e64a39d36cac32226249a3f7697' into feature/odf

This commit is contained in:
Elena.Subbotina
2021-09-07 12:10:14 +03:00
471 changed files with 32245 additions and 18962 deletions

View File

@ -62,8 +62,13 @@ 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.
*/
#ifndef TIFF_INT64_T
typedef TIFF_INT64_T int64;
#endif
#ifndef TIFF_UINT64_T
typedef TIFF_UINT64_T uint64;
#endif
#endif