2
0
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:
Christian Henning
2013-07-09 13:50:24 +00:00
committed by Stefan Seefeld
parent e566f3de71
commit fe1e686ad5

View File

@@ -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>