[trunk] Quick fix for MS compilers which do not ship inttypes.h
This commit is contained in:
@@ -36,6 +36,8 @@
|
|||||||
#include "opj_includes.h"
|
#include "opj_includes.h"
|
||||||
#ifdef HAVE_INTTYPES_H
|
#ifdef HAVE_INTTYPES_H
|
||||||
#include <inttypes.h> /* PRIi64 */
|
#include <inttypes.h> /* PRIi64 */
|
||||||
|
#else
|
||||||
|
#define PRIi64 "I64i"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @defgroup J2K J2K - JPEG-2000 codestream reader/writer */
|
/** @defgroup J2K J2K - JPEG-2000 codestream reader/writer */
|
||||||
|
|||||||
Reference in New Issue
Block a user