From 7984d8d6b54a109e24a51bb84e8d2e0885f8a3ff Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 2 Mar 2015 08:15:28 +0000 Subject: [PATCH] Amend previous commit. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@5038 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/compat.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/polymer/eduke32/build/include/compat.h b/polymer/eduke32/build/include/compat.h index b9ed9d06f..6e1221e24 100644 --- a/polymer/eduke32/build/include/compat.h +++ b/polymer/eduke32/build/include/compat.h @@ -69,6 +69,10 @@ #define max(x,y) ((x) > (y) ? (x) : (y)) #endif +#if defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ || defined __bsdi__ || defined __DragonFly__ +# define EDUKE32_BSD +#endif + #if !defined __APPLE__ && (!defined EDUKE32_BSD || !__STDC__) # include #endif @@ -91,10 +95,6 @@ # endif #endif -#if defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ || defined __bsdi__ || defined __DragonFly__ -# define EDUKE32_BSD -#endif - #if defined __ANDROID__ || defined EDUKE32_IOS # define EDUKE32_TOUCH_DEVICES # define EDUKE32_GLES