mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 05:11:08 +00:00
Fix compiling Mingw binaries on an Unix host
This commit is contained in:
parent
3120c99eeb
commit
f10f526562
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue