-/*
- Currently only recent MSVC compilers can build the new events code under
- Windows.
- */
-#if !wxEVENTS_COMPATIBILITY_2_8
-# if !wxCHECK_VISUALC_VERSION(8)
-# undef wxEVENTS_COMPATIBILITY_2_8
-# define wxEVENTS_COMPATIBILITY_2_8 1
-# endif
-#endif
-