diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-12-03 13:26:30 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-12-03 13:26:30 +0000 |
| commit | 59aa37fe2bfed224e465382e84a9170d9d73377a (patch) | |
| tree | 821812416e57c50a0d3e3bd4a8280985e7ea030c /src/lib/openjp2/opj_stdint.h | |
| parent | 0adb43f06e9c1517f1f72a4e596a247a5817d048 (diff) | |
[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of stdio.h in openjpeg.h. Fixes issue 197
Diffstat (limited to 'src/lib/openjp2/opj_stdint.h')
| -rw-r--r-- | src/lib/openjp2/opj_stdint.h | 4 |
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) |
