Go to the documentation of this file.
34#include "opj_config.h"
35#ifdef OPJ_HAVE_STDINT_H
39typedef signed __int8 int8_t;
40typedef unsigned __int8 uint8_t;
41typedef signed __int16 int16_t;
42typedef unsigned __int16 uint16_t;
43typedef signed __int32 int32_t;
44typedef unsigned __int32 uint32_t;
45typedef signed __int64 int64_t;
46typedef unsigned __int64 uint64_t;
48#error unsupported platform