Recognize VC12 (a.k.a. MSVS 2013) and define __VISUALC12__ for it.

Closes #15320.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-07-10 21:29:48 +00:00
parent 5b526f4b85
commit 72c5855f5c
3 changed files with 5 additions and 1 deletions

View File

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