minor
This commit is contained in:
parent
8d16b475b6
commit
609eb7061d
@ -2,6 +2,7 @@ install:
|
||||
- set PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH%
|
||||
- mingw32-make -v
|
||||
- make -v
|
||||
- uname
|
||||
|
||||
build_script:
|
||||
- mingw32-make 3rdparty API=win32
|
||||
|
||||
@ -90,15 +90,13 @@
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
#if !defined(WIN32)
|
||||
#if defined(__macosx__)
|
||||
#include <machine/endian.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <sys/endian.h>
|
||||
#else
|
||||
#elif !defined(WIN32)
|
||||
#include <endian.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "gfx2log.h"
|
||||
#include "const.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user