]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/q2map/qrad.h
tools: reduce diff noise
[xonotic/netradiant.git] / tools / quake2 / q2map / qrad.h
index d8e3791e73767a78174a180a3ec37e209f7139c3..7f5df16c61b58d4464f96194445577ecac2e6b4a 100644 (file)
@@ -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.
@@ -27,7 +27,7 @@
 
  */
 
-
+#include "globaldefs.h"
 #include "cmdlib.h"
 #include "mathlib.h"
 #include "bspfile.h"
 #include "lbmlib.h"
 #include "inout.h"
 
-#ifdef WIN32
+#if GDEF_OS_WINDOWS
 #include <windows.h>
 #endif
 
-#ifdef WIN32
+#if GDEF_COMPILER_MSVC
        #ifdef NDEBUG                           // Don't show in a Release build
                #pragma warning(disable : 4305)     // truncate from double to float
                #pragma warning(disable : 4244)     // conversion from double to float