mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
MSVC doesn't know PRI?64.
This commit is contained in:
parent
5c06fa248c
commit
b6e9ef00be
@ -92,6 +92,12 @@ typedef _fsize_t ssize_t;
|
||||
# include <inttypes.h>
|
||||
#endif // HAVE_INTTYPES_H
|
||||
|
||||
#if defined(COMP_MSC)
|
||||
# define PRId64 "I64d"
|
||||
# define PRIu64 "I64u"
|
||||
# define PRIx64 "I64x"
|
||||
#endif
|
||||
|
||||
#define LLD "%" PRId64
|
||||
#define LLU "%" PRIu64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user