]> git.saurik.com Git - wxWidgets.git/commitdiff
remove mentions of wxEVENTS_COMPATIBILITY_2_8
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 May 2009 07:43:00 +0000 (07:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 May 2009 07:43:00 +0000 (07:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/chkconf.h

index a15f394277974d5bbf3312d808fa6bd4fd5e7b33..fc9ce49670a0b8bf1699d90b58913de03cab8988 100644 (file)
     #define wxUSE_COLOURDLG 0
 #endif // __SMARTPHONE__
 
-// eVC can't compile template Bind() but VC8 can
-#if !wxEVENTS_COMPATIBILITY_2_8
-#   ifdef __EVC4__
-#       undef wxEVENTS_COMPATIBILITY_2_8
-#       define wxEVENTS_COMPATIBILITY_2_8 1
-#   endif
-#endif
-
 #endif // _WX_MSW_WINCE_CHKCONF_H_