]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata_heretic2/qdata.h
Garux: remove unsupported gtk stuff
[xonotic/netradiant.git] / tools / quake2 / qdata_heretic2 / qdata.h
index 2ead9751e2c191e3ba0c87e36e3048b77a6de013..0cfa6067098dcc295e0c4af988c68e5ac7466b45 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 1999-2006 Id Software, Inc. and contributors.
+   Copyright (C) 1999-2007 id Software, Inc. and contributors.
    For a list of contributors, see the accompanying CONTRIBUTORS file.
 
    This file is part of GtkRadiant.
@@ -21,7 +21,7 @@
 
 // qdata.h
 
-
+#include "globaldefs.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
@@ -38,7 +38,7 @@
 #include "l3dslib.h"
 #include "bspfile.h"
 
-#ifndef _WIN32
+#if !GDEF_OS_WINDOWS
 #define stricmp strcasecmp
 #define strcmpi strcasecmp
 #endif