From f10f526562ccc900a9e6a05ce0353c8e981e8039 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Thu, 5 Dec 2019 12:50:14 -0500 Subject: [PATCH] Fix compiling Mingw binaries on an Unix host --- libs/libpng-src/png.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libpng-src/png.h b/libs/libpng-src/png.h index 460489bea..a01077bf0 100644 --- a/libs/libpng-src/png.h +++ b/libs/libpng-src/png.h @@ -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 /*