]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/textool/StdAfx.h
Remove <gtk/gtk.h> from plugins/*
[xonotic/netradiant.git] / plugins / textool / StdAfx.h
index 796ffacf74abcd3cf401670b27a1bdb14244a5fe..4a3f8435c423a9ca62d4a96f0b3d3c7243efcabb 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.
 
 // standard headers
 #include <gdk/gdkkeysyms.h>
-#include <gtk/gtk.h>
 #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 +128,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