diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-19 13:46:34 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-19 13:46:34 +0000 |
| commit | b3931741ef2bc248b7f2db5727e0613df9eb01a6 (patch) | |
| tree | 97a207d2add26397065660e259451b2bfc39b432 | |
| parent | ede48e285fb1c00a418808916321d7d71cb1c7d0 (diff) | |
[trunk] Missing PRId64 for MS compilers
| -rw-r--r-- | libopenjpeg/opj_inttypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/opj_inttypes.h b/libopenjpeg/opj_inttypes.h index 09a7a067..d6a29263 100644 --- a/libopenjpeg/opj_inttypes.h +++ b/libopenjpeg/opj_inttypes.h @@ -31,6 +31,7 @@ #include <inttypes.h> #else #if defined(_WIN32) +#define PRId64 "I64d" #define PRIi64 "I64i" #define PRIu64 "I64u" #define PRIx64 "I64x" |
