Skip to content

Fix using __attribute__ libtiff with clang-for-windows

clang-cl defines __clang__ yet does not define __GNUC__. It supports __attribute__` syntax.

Merge request reports