mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix compiling Mingw binaries on an Unix host
This commit is contained in:
parent
8a37eaeaa0
commit
c87acdeac1
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…
Add table
Reference in a new issue