]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/textool/StdAfx.h
Merge commit '515673c08f8718a237e90c2130a1f5294f966d6a'
[xonotic/netradiant.git] / plugins / textool / StdAfx.h
index f54bb59155630d59fd9b5c8b643042d0891c0a3c..f23eeafd6d769eccacbb50310aeb5ba96be12f03 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 1999-2007 id Software, Inc. and contributors.
+Copyright (C) 1999-2006 Id Software, Inc. and contributors.
 For a list of contributors, see the accompanying CONTRIBUTORS file.
 
 This file is part of GtkRadiant.
@@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <stdio.h>
 #include <stdlib.h>
 
-#if defined(__linux__) || defined(__APPLE__)
+#if !defined(WIN32)
 
 // Necessary for proper boolean type declaration
 #include "qertypes.h"
@@ -125,7 +125,7 @@ typedef struct
 } CtrlPts_t;
 #include "ControlPointsManager.h"
 
-extern _QERQglTable                    g_QglTable;
+extern OpenGLBinding                   g_QglTable;
 extern _QERFuncTable_1                 g_FuncTable;
 // prefs globals
 // NOTE: these are used by the CControlPointsManager classes, not very C++ish