diff options
-rw-r--r-- | fitz/fitz-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h index d850f5e4..6f5a165d 100644 --- a/fitz/fitz-internal.h +++ b/fitz/fitz-internal.h @@ -13,6 +13,7 @@ typedef __int64 int64_t; typedef unsigned char uint8_t; typedef unsigned short int uint16_t; typedef unsigned int uint32_t; +typedef unsigned __int64 uint64_t; #else #include <inttypes.h> |