]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata_heretic2/qdata.c
Merge commit '4645e19ce9e8f8034233ac965a4103a13b75714c' into garux-merge
[xonotic/netradiant.git] / tools / quake2 / qdata_heretic2 / qdata.c
index a715927a3aaf7e1a1a64008755c75f501a929f9d..5ec53a9e60f6db05dfd3c1786edebead27a98483 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.
@@ -20,6 +20,7 @@
  */
 
 #include "qdata.h"
+#include "globaldefs.h"
 #include "md4.h"
 
 void TK_Init();
@@ -202,7 +203,7 @@ void Cmd_File( void ){
 
    ===============
  */
-#ifdef _WIN32
+#if GDEF_OS_WINDOWS
 #include "io.h"
 void PackDirectory_r( char *dir ){
        struct _finddata_t fileinfo;