X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3795f11ff288783ac548ffdc75be7123185dd8e1..7bd30a12ade503fd135c686ecc98a6f6d5fecbeb:/include/wx/msw/wince/chkconf.h?ds=inline diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index a15f394277..fc9ce49670 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -147,13 +147,5 @@ #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_