Recognize MSVC 11 instead of warning about unknown MSVC version.

Define __VISUALC11__ for it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-02-29 22:40:24 +00:00
parent 78f89f920d
commit 7eb02e44ba
2 changed files with 3 additions and 1 deletions

View File

@@ -469,6 +469,8 @@
# define __VISUALC9__
# elif __VISUALC__ < 1700
# define __VISUALC10__
# elif __VISUALC__ < 1800
# define __VISUALC11__
# else
# pragma message("Please update wx/platform.h to recognize this VC++ version")
# endif