Release libpng version 1.6.43

This commit is contained in:
Cosmin Truta
2024-02-23 11:51:40 +02:00
parent e1fa61daa8
commit ed217e3e60
18 changed files with 104 additions and 96 deletions

View File

@@ -46,7 +46,7 @@
#include "png.h"
/* Generate a compiler error if there is an old png.h in the search path. */
typedef png_libpng_version_1_6_43_git Your_png_h_is_not_version_1_6_43_git;
typedef png_libpng_version_1_6_43 Your_png_h_is_not_version_1_6_43;
/* Ensure that all version numbers in png.h are consistent with one another. */
#if (PNG_LIBPNG_VER != PNG_LIBPNG_VER_MAJOR * 10000 + \