]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/common/path_init.c
Merge branch 'nomagicpath' into 'master'
[xonotic/netradiant.git] / tools / quake2 / common / path_init.c
index 5d729f2498edf2fe8cdc6b5b03f25d6f0a618409..cd413805b9acda86e4628818a07fb38720161730 100644 (file)
@@ -1,6 +1,6 @@
 /* -------------------------------------------------------------------------------
 
-   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.
 
  */
 
+#include "globaldefs.h"
 
-
-/* marker */
-#define PATH_INIT_C
-
-#if defined( __linux__ ) || defined( __APPLE__ )
+#if GDEF_OS_LINUX || GDEF_OS_MACOS
        #define Q_UNIX
 #endif