diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-19 11:18:24 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-19 11:18:24 +0000 |
| commit | ff72dd8d2cbbdf7c557dd2a80a0ade2491a498e4 (patch) | |
| tree | 9815c9653d68661c2136b8fe313213eb3d0c4608 /libopenjpeg/opj_inttypes.h | |
| parent | e07b265009ce2f4ca4c425e2acd9d3d111ef8172 (diff) | |
[trunk] start using new functionalities from opj_inttypes in jpip code and main openjpeg
Diffstat (limited to 'libopenjpeg/opj_inttypes.h')
| -rw-r--r-- | libopenjpeg/opj_inttypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenjpeg/opj_inttypes.h b/libopenjpeg/opj_inttypes.h index eb58156b..09a7a067 100644 --- a/libopenjpeg/opj_inttypes.h +++ b/libopenjpeg/opj_inttypes.h @@ -32,6 +32,8 @@ #else #if defined(_WIN32) #define PRIi64 "I64i" +#define PRIu64 "I64u" +#define PRIx64 "I64x" #else #error unsupported platform #endif |
