From 609eb7061d1f538bb216983ce122732342ea6375 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 8 Mar 2019 17:02:26 +0100 Subject: [PATCH] minor --- appveyor.yml | 1 + src/main.c | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) 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"