From ff72dd8d2cbbdf7c557dd2a80a0ade2491a498e4 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 19 Mar 2012 11:18:24 +0000 Subject: [trunk] start using new functionalities from opj_inttypes in jpip code and main openjpeg --- libopenjpeg/opj_inttypes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libopenjpeg') 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 -- cgit v1.2.3