summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/opj_stdint.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2013-02-02 18:02:17 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2013-02-02 18:02:17 +0000
commit62b6625a2fcf0dfecdda9952c36732618aa71b92 (patch)
treebd7b106927fdfbf9929cf2a1a94bb4ebbb1bceb2 /src/lib/openjp2/opj_stdint.h
parent1c35a9ec9524aca975f6b5ff723d3173ab5d8d5d (diff)
[b2.x.x] backport into 2.x.x the rev 2252 of trunk
Diffstat (limited to 'src/lib/openjp2/opj_stdint.h')
-rw-r--r--src/lib/openjp2/opj_stdint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/openjp2/opj_stdint.h b/src/lib/openjp2/opj_stdint.h
index 3dd2ec2b..fde17759 100644
--- a/src/lib/openjp2/opj_stdint.h
+++ b/src/lib/openjp2/opj_stdint.h
@@ -43,10 +43,6 @@ 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;
#ifndef HAVE_SSIZE_T
#if defined(_WIN32)