From cf516c2bb2b8bc462f6f0cb852fb2fc2d86c9c66 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 14 Jan 2009 08:47:23 +0000 Subject: [PATCH] disable new event code unconditionally for now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/event.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/event.h b/include/wx/event.h index fd6866ee58..369c0b9da9 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -94,6 +94,11 @@ typedef int wxEventType; // generate a new unique event type extern WXDLLIMPEXP_BASE wxEventType wxNewEventType(); +// FIXME: currently the new events code is disabled because it creates too +// many problems, it should be reenabled a.s.a.p. or removed +#undef wxEVENTS_COMPATIBILITY_2_8 +#define wxEVENTS_COMPATIBILITY_2_8 1 + // macros to create an event type depending on whether type safe events are // enabled. -- 2.45.2