diff --git a/appveyor.yml b/appveyor.yml index 3a2020f3..eb7d9aeb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/src/main.c b/src/main.c index d6c7c1df..4d803937 100644 --- a/src/main.c +++ b/src/main.c @@ -90,15 +90,13 @@ #include #endif -#if !defined(WIN32) #if defined(__macosx__) #include #elif defined(__FreeBSD__) #include -#else +#elif !defined(WIN32) #include #endif -#endif #include "gfx2log.h" #include "const.h"