]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/textool/StdAfx.h
Merge branch 'master' into divVerent/farplanedist-sky-fix
[xonotic/netradiant.git] / plugins / textool / StdAfx.h
index 796ffacf74abcd3cf401670b27a1bdb14244a5fe..a31c0a6d8842bdcc9c80cf1b18c68332d720ccba 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 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#if defined( __linux__ ) || defined( __APPLE__ )
+#if !defined( WIN32 )
 
 // Necessary for proper boolean type declaration
 #include "qertypes.h"
@@ -129,7 +129,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