mirror of
https://github.com/boostorg/gil.git
synced 2026-02-18 14:12:10 +00:00
Set compiler symbol indicating an older libpng version.
[SVN r84990]
This commit is contained in:
committed by
Stefan Seefeld
parent
e566f3de71
commit
fe1e686ad5
@@ -41,6 +41,11 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#if PNG_LIBPNG_VER_MAJOR == 1
|
||||
#if PNG_LIBPNG_VER_MINOR <= 4
|
||||
#define BOOST_GIL_IO_PNG_1_4_OR_LOWER
|
||||
#endif // PNG_LIBPNG_VER_MAJOR == 1
|
||||
#endif // PNG_LIBPNG_VER_MINOR <= 4
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user