define __EVC4__ for eVC 4 compiler to make testing for it easier

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-04-25 13:16:59 +00:00
parent 86c188e74e
commit 3795f11ff2
3 changed files with 10 additions and 5 deletions

View File

@@ -233,6 +233,10 @@
# endif
#endif
#if defined(__WXWINCE__) && defined(_MSC_VER) && (_MSC_VER == 1201)
#define __EVC4__
#endif
#if defined(__POCKETPC__) || defined(__SMARTPHONE__) || defined(__WXGPE__)
# define __WXHANDHELD__
#endif