X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake2%2Fq2map%2Fq2map.h;fp=tools%2Fquake2%2Fq2map%2Fq2map.h;h=8344f3880e0fa2d5f54c1b1fd4d2fa46ba8b6bc9;hb=0f2e4b773715b05595f1c149d99fcc4795e01948;hp=401e6f740072129a2dae00806a9b28f6c0e8ac7a;hpb=83113718a4fb6a8e2318841f16f8a0b0eb85675c;p=xonotic%2Fnetradiant.git diff --git a/tools/quake2/q2map/q2map.h b/tools/quake2/q2map/q2map.h index 401e6f74..8344f388 100644 --- a/tools/quake2/q2map/q2map.h +++ b/tools/quake2/q2map/q2map.h @@ -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