Commit 8acd4c3f authored by Alexander Smorkalov's avatar Alexander Smorkalov

More accurate fix for libtiff and aarch64.

parent 0f263e12
...@@ -50,8 +50,9 @@ ...@@ -50,8 +50,9 @@
#include "precomp.hpp" #include "precomp.hpp"
#include "grfmt_tiff.hpp" #include "grfmt_tiff.hpp"
#define int64 int64_tiff #if !defined _MSC_VER && !defined __BORLANDC__
#define uint64 uint64_tiff # include <stdint.h>
#endif
#ifdef HAVE_TIFF #ifdef HAVE_TIFF
# include "tiff.h" # include "tiff.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment