Closed bradh closed 9 months ago
These headers use OJPH_EXPORT but do not include the ojph_arch.h header that provides it. That potentially causes compile-time errors when using those headers, depending on what other headers are used and the order of inclusion.
OJPH_EXPORT
ojph_arch.h
Hi Brad, Thank you for your contribution.
These headers use
OJPH_EXPORT
but do not include theojph_arch.h
header that provides it. That potentially causes compile-time errors when using those headers, depending on what other headers are used and the order of inclusion.