Fix fro conflict between defs.h and glib headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-01-27 15:43:16 +00:00
parent 8071012d63
commit 799181197d

View File

@@ -13,7 +13,7 @@
#define XCheckIfEvent XCHECKIFEVENT #define XCheckIfEvent XCHECKIFEVENT
#endif #endif
#include "wx/defs.h" #include "wx/platform.h"
#include "wx/gtk/win_gtk.h" #include "wx/gtk/win_gtk.h"
#include "gtk/gtksignal.h" #include "gtk/gtksignal.h"
#include "gtk/gtkprivate.h" #include "gtk/gtkprivate.h"