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

@@ -167,7 +167,7 @@ compiler used.
@c 1020 for @c 4.2 (the first supported version), @c 1100 for
@c 5.0, @c 1200 for @c 6.0 and so on. For convenience, the symbols
__VISUALCn__ are also defined for each major compiler version from
5 to 10, i.e. you can use tests such @ifdef_ __VISUALC7__ to test
5 to 11, i.e. you can use tests such @ifdef_ __VISUALC7__ to test
for compiler version being precisely 7.}
@itemdef{__XLC__, AIX compiler}
@itemdef{__WATCOMC__, Watcom C++. The value of this macro corresponds to