]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata_heretic2/common/path_init.c
Centralise compile checks
[xonotic/netradiant.git] / tools / quake2 / qdata_heretic2 / common / path_init.c
index afe5e9f02c5e76b61146213da7f553ec13377f92..ce5ef54019456af1dc830d7fd9bf7e9b3a071f13 100644 (file)
    Nurail: Swiped from Q3Map2
  */
 
+#include "globaldefs.h"
 
-
-/* marker */
-#define PATH_INIT_C
-
-#if defined( __linux__ ) || defined( __APPLE__ )
+#if GDEF_OS_LINUX || GDEF_OS_MACOS
        #define Q_UNIX
 #endif