]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/aselib.c
Centralise compile checks
[xonotic/netradiant.git] / tools / quake3 / common / aselib.c
index df9b986a845660b14c98352534b99e6501eea65b..314fdc5e90d1b3e0bea29a660033dcd544172170 100644 (file)
@@ -19,8 +19,8 @@
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-
 #include "aselib.h"
+#include "globaldefs.h"
 #include "inout.h"
 
 #include <assert.h>
@@ -114,7 +114,7 @@ static char gl_filename[1024];
 static void ASE_Process( void );
 static void ASE_FreeGeomObject( int ndx );
 
-#if defined ( __linux__ ) || defined ( __APPLE__ )
+#if GDEF_OS_LINUX || GDEF_OS_MACOS
 
 static char* strlwr( char* string ){
        char *cp;