X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77e3eac5f28a222589cf71d40451f59cb8c3eda2..be6bf94bf0500c4d83a0180125a8376cbba676b3:/include/wx/defs.h?ds=sidebyside diff --git a/include/wx/defs.h b/include/wx/defs.h index bde33b9841..6271188f53 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -287,6 +287,12 @@ WXDLLEXPORT_DATA(extern const bool) wxFalse; #define except(x) catch(...) #endif +// where should i put this? we need to make sure of this as it breaks +// the code. +#if !wxUSE_IOSTREAMH && WXDEBUG +#undef WXDEBUG +#endif + // Callback function type definition typedef void (*wxFunction) (wxObject&, wxEvent&);