X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f823da835cbce1d4bdd8a7fa2f56b4cf0b1c8c5..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/msw/wince/chkconf.h diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index 5a5ecc58d4..00785067ee 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-03-07 -// RCS-ID: $Id$ // Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -29,7 +28,7 @@ #endif // eVC doesn't have standard streams -#if !wxCHECK_VISUALC_VERSION(8) +#ifdef __EVC4__ #undef wxUSE_STD_IOSTREAM #define wxUSE_STD_IOSTREAM 0 #endif @@ -52,7 +51,7 @@ #define wxUSE_JOYSTICK 0 // libtiff doesn't build with eVC but is ok with VC8 -#if !wxCHECK_VISUALC_VERSION(8) +#ifdef __EVC4__ #undef wxUSE_LIBTIFF #define wxUSE_LIBTIFF 0 #endif @@ -90,7 +89,7 @@ #define wxUSE_PRINTING_ARCHITECTURE 0 // regex doesn't build with eVC but is ok with VC8 -#if !wxCHECK_VISUALC_VERSION(8) +#ifdef __EVC4__ #undef wxUSE_REGEX #define wxUSE_REGEX 0 #endif @@ -147,13 +146,5 @@ #define wxUSE_COLOURDLG 0 #endif // __SMARTPHONE__ -// eVC can't compile template Bind() but VC8 can -#if !wxEVENTS_COMPATIBILITY_2_8 -# if !wxCHECK_VISUALC_VERSION(8) -# undef wxEVENTS_COMPATIBILITY_2_8 -# define wxEVENTS_COMPATIBILITY_2_8 1 -# endif -#endif - #endif // _WX_MSW_WINCE_CHKCONF_H_