X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fquake2%2Fqdata_heretic2%2Fimages.c;h=555303bc4c66861f1e1fe6e84d99a7cdcb8cd4dc;hp=3b07715a8abeb2a7f3ab36d672ffd0131b595ce5;hb=c8978f80aa3a7703b9acc45d1c5abb966b11f35a;hpb=e4287c28bb2dafedc81c66e63951d947cfbeb225 diff --git a/tools/quake2/qdata_heretic2/images.c b/tools/quake2/qdata_heretic2/images.c index 3b07715a..555303bc 100644 --- a/tools/quake2/qdata_heretic2/images.c +++ b/tools/quake2/qdata_heretic2/images.c @@ -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. @@ -21,11 +21,15 @@ #include "qdata.h" -#ifdef _WIN32 +#if GDEF_OS_WINDOWS #include #endif +#if GDEF_OS_MACOS && !defined( XWINDOWS ) +#include +#else #include +#endif #if 1 extern char *g_outputDir;