X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake2%2Fq2map%2Fq2map.h;h=644f7b9e88fda0a536d8eaaa01fef6c974823666;hb=d5e20f7336c5edf06fbc0c05cf30b8ad728128e7;hp=401e6f740072129a2dae00806a9b28f6c0e8ac7a;hpb=dac8329952745dbb494bad1c301e44bab05ec0db;p=xonotic%2Fnetradiant.git diff --git a/tools/quake2/q2map/q2map.h b/tools/quake2/q2map/q2map.h index 401e6f74..644f7b9e 100644 --- a/tools/quake2/q2map/q2map.h +++ b/tools/quake2/q2map/q2map.h @@ -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,8 +20,10 @@ */ // q2map.h +#include "globaldefs.h" + /* platform-specific */ -#if defined( __linux__ ) || defined( __APPLE__ ) +#if GDEF_OS_LINUX || GDEF_OS_MACOS #define Q_UNIX #endif @@ -31,7 +33,7 @@ #include #endif -#ifdef WIN32 +#if GDEF_OS_WINDOWS #include #endif