From: Unknown (UG) Date: Fri, 16 Oct 1998 14:35:50 +0000 (+0000) Subject: no message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/85ee3474b7932edd799063ca44a90a2e9015a627 no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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&);