summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/opj_stdint.h
AgeCommit message (Collapse)Author
2023-09-24Require `stdint.h` & `inttypes.h`mayeut
With #1450 which goes with 480cc9d49775d018c19ce0e01f6be27858d63d39 "Remove support for non-C99 compilers (like VS2010) that don't support snprintf()", support for MSVC versions prior to vs2015 is dropped: https://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 This means that all supported MSVC versions do have `stdint.h` & `inttypes.h` now. For non windows platforms, those headers were already mandatory. Make them mandatory for all builds.
2017-05-15Reformat: apply reformattin on .h files (#128)Even Rouault
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2012-12-04[trunk] remove SSIZE which is unused in openjpeg and rename HAVE_STDINT_H to ↵Mickael Savinaud
OPJ_HAVE_STDINT_H
2012-12-03[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of ↵Mickael Savinaud
stdio.h in openjpeg.h. Fixes issue 197
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177