gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven 2000-07-19 08:28:55 +00:00
parent 8a667305e7
commit d42508c2a0
2 changed files with 4 additions and 0 deletions

View File

@ -14,7 +14,9 @@
#include <gdk/gdk.h>
#include <gtk/gtkcontainer.h>
#include <gtk/gtkadjustment.h>
#ifndef __WXGTK20__
#include <gtk/gtkfeatures.h>
#endif
#ifdef __cplusplus
extern "C" {

View File

@ -14,7 +14,9 @@
#include <gdk/gdk.h>
#include <gtk/gtkcontainer.h>
#include <gtk/gtkadjustment.h>
#ifndef __WXGTK20__
#include <gtk/gtkfeatures.h>
#endif
#ifdef __cplusplus
extern "C" {