don't always disable new events code; leave it enabled for MSVC8+

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-02 11:39:48 +00:00
parent 004b67a761
commit f57254320e
10 changed files with 35 additions and 27 deletions

View File

@@ -95,11 +95,6 @@ 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
// New macros to create templatized event types:
#if wxEVENTS_COMPATIBILITY_2_8