]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Fix discrepancy between different ways of measuring text extents under Mac.
[wxWidgets.git] / include / wx / platform.h
index 373b267bc5683add80a208d08acd3075c2a2dda2..957c26b2aea60f2f7dbb20cfbf45d7772a2dba72 100644 (file)
 #       define __VISUALC8__
 #   elif __VISUALC__ < 1600
 #       define __VISUALC9__
+#   elif __VISUALC__ < 1700
+#       define __VISUALC10__
 #   else
-#       pragma message("Please update this code for the next VC++ version")
+#       pragma message("Please update wx/platform.h to recognize this VC++ version")
 #   endif
 
 #    elif defined(__BCPLUSPLUS__) && !defined(__BORLANDC__)