]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/chkconf.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / msw / wince / chkconf.h
index a15f394277974d5bbf3312d808fa6bd4fd5e7b33..00785067ee7ace63bee096ee142bfff2c6d3c35b 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     2005-03-07
-// RCS-ID:      $Id$
 // Copyright:   (c) 2005 Vadim Zeitlin <vadim@wxwindows.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
     #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_