Fix fro conflict between defs.h and glib headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-01-27 17:32:03 +00:00
parent aa44b55d4f
commit a33e2266dc

View File

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