[trunk] Start working on LFS support in JPIP code section

This commit is contained in:
Mathieu Malaterre
2012-03-26 09:48:53 +00:00
parent f3217ac170
commit 1cf1d6146c
4 changed files with 22 additions and 21 deletions

View File

@@ -80,7 +80,6 @@ typedef char OPJ_CHAR;
typedef float OPJ_FLOAT32;
typedef double OPJ_FLOAT64;
typedef unsigned char OPJ_BYTE;
typedef size_t OPJ_SIZE_T;
#include "opj_stdint.h"
@@ -93,9 +92,6 @@ typedef uint32_t OPJ_UINT32;
typedef int64_t OPJ_INT64;
typedef uint64_t OPJ_UINT64;
/* 64-bit file offset type */
typedef OPJ_INT64 OPJ_OFF_T;
/* Avoid compile-time warning because parameter is not used */
#define OPJ_ARG_NOT_USED(x) (void)(x)