X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85ee3474b7932edd799063ca44a90a2e9015a627..8ef6a930daefddf6bb39fefbea0baaed09071342:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 6271188f53..f3eb99881e 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -21,6 +21,7 @@ #include "glib.h" #include "gdk/gdk.h" #include "gtk/gtk.h" +#include "wx/gtk/win_gtk.h" #endif @@ -289,8 +290,8 @@ WXDLLEXPORT_DATA(extern const bool) wxFalse; // where should i put this? we need to make sure of this as it breaks // the code. -#if !wxUSE_IOSTREAMH && WXDEBUG -#undef WXDEBUG +#if !wxUSE_IOSTREAMH && defined(__WXDEBUG__) +#undef __WXDEBUG__ #endif // Callback function type definition @@ -896,6 +897,7 @@ typedef void * WXRGNDATA; typedef void * WXMSG; typedef unsigned long WXHCONV; typedef unsigned long WXHKEY; +typedef unsigned long WXHTREEITEM; typedef void * WXDRAWITEMSTRUCT; typedef void * WXMEASUREITEMSTRUCT; typedef void * WXLPCREATESTRUCT;