]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata_heretic2/joints.h
tools: reduce diff noise
[xonotic/netradiant.git] / tools / quake2 / qdata_heretic2 / joints.h
index ebe2fc7ef59e4664256fe18cf71f7bcdcc9e1b38..f8e64bf5c17660f271ef2bc44007fbb6e8ab9bbe 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