mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Merge commit '8c726e475a562e64a39d36cac32226249a3f7697' into feature/odf
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user