Fix compiling Mingw binaries on an Unix host

This commit is contained in:
Alam Ed Arias 2019-12-05 12:50:14 -05:00
parent 3120c99eeb
commit f10f526562

View file

@ -327,7 +327,7 @@
/* If pnglibconf.h is missing, you can /* If pnglibconf.h is missing, you can
* copy scripts/pnglibconf.h.prebuilt to pnglibconf.h * copy scripts/pnglibconf.h.prebuilt to pnglibconf.h
*/ */
# include "projects\pnglibconf.h" # include "projects/pnglibconf.h"
#endif #endif
#define PNG_APNG_SUPPORTED #define PNG_APNG_SUPPORTED
@ -336,7 +336,7 @@
#ifndef PNG_VERSION_INFO_ONLY #ifndef PNG_VERSION_INFO_ONLY
/* Machine specific configuration. */ /* Machine specific configuration. */
# include "projects\pngconf.h" # include "projects/pngconf.h"
#endif #endif
/* /*