no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -287,6 +287,12 @@ WXDLLEXPORT_DATA(extern const bool) wxFalse;
|
|||||||
#define except(x) catch(...)
|
#define except(x) catch(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// where should i put this? we need to make sure of this as it breaks
|
||||||
|
// the <iostream> code.
|
||||||
|
#if !wxUSE_IOSTREAMH && WXDEBUG
|
||||||
|
#undef WXDEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
// Callback function type definition
|
// Callback function type definition
|
||||||
typedef void (*wxFunction) (wxObject&, wxEvent&);
|
typedef void (*wxFunction) (wxObject&, wxEvent&);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user