]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/textool/StdAfx.h
Merge branch 'illwieckz/gcclt7' into 'master'
[xonotic/netradiant.git] / plugins / textool / StdAfx.h
index a31c0a6d8842bdcc9c80cf1b18c68332d720ccba..aee23c538b6e938777239c077da82cfbbb966edb 100644 (file)
 // stdafx.h
 // precompiled headers
 
+#include "globaldefs.h"
+
 // standard headers
-#include <gdk/gdkkeysyms.h>
-#include <gtk/gtk.h>
 #include <stdio.h>
 #include <stdlib.h>
 
-#if !defined( WIN32 )
-
+#if !GDEF_OS_WINDOWS
 // Necessary for proper boolean type declaration
 #include "qertypes.h"
 
@@ -77,8 +76,7 @@ typedef struct tagRECT
        long right;
        long bottom;
 } RECT, *PRECT, *LPRECT;
-
-#endif // __linux__
+#endif // !GDEF_OS_WINDOWS
 
 // plugin
 // FIXME TTimo: drop this