[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

@@ -43,5 +43,9 @@ typedef unsigned __int64 uint64_t;
#error unsupported platform
#endif
#endif
typedef size_t OPJ_SIZE_T;
/* 64-bit file offset type */
typedef int64_t OPJ_OFF_T;
#endif /* OPJ_STDINT_H */