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