]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata_heretic2/joints.h
Centralise compile checks
[xonotic/netradiant.git] / tools / quake2 / qdata_heretic2 / joints.h
index 074734e9b9b672bdc6508f5456cb0341dc3c42ec..960225f64685bcea46901562182df712a2fe383e 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef JOINTS_H
 #define JOINTS_H
 
+#include "globaldefs.h"
+
 #ifdef _HERETIC2_
 #include "angles.h"
 #endif
@@ -29,7 +31,7 @@
 //typedef float vec3_t[3];
 //typedef unsigned char byte;
 
-#ifndef _WIN32
+#if !GDEF_OS_WINDOWS
 #define stricmp strcasecmp
 #define strcmpi strcasecmp
 #endif