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
1 changed files with 2 additions and 2 deletions

View File

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