Skip to content

tiff: Use non-deprecated C99 integer types

Emmanuele Bassi requested to merge ebassi/tiff-types into master

The old uint16 and uint32 types have been deprecated in favour of the C99 integer types uint16_t and uint32_t.

Merge request reports