From: Włodzimierz Skiba Date: Fri, 27 Jan 2006 15:43:16 +0000 (+0000) Subject: Fix fro conflict between defs.h and glib headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/799181197d5c993513f2fa8736e125c7735631da 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 --- diff --git a/src/gtk/win_gtk.c b/src/gtk/win_gtk.c index 71ee98747c..6a1047d6f2 100644 --- a/src/gtk/win_gtk.c +++ b/src/gtk/win_gtk.c @@ -13,7 +13,7 @@ #define XCheckIfEvent XCHECKIFEVENT #endif -#include "wx/defs.h" +#include "wx/platform.h" #include "wx/gtk/win_gtk.h" #include "gtk/gtksignal.h" #include "gtk/gtkprivate.h"