]> git.saurik.com Git - wxWidgets.git/blobdiff - include/msvc/wx/setup.h
Support using GetTextExtent() with empty string to get descent in wxOSX.
[wxWidgets.git] / include / msvc / wx / setup.h
index f60059a208b91802fb89eac1628d2405ada36a12..0e3fdc72c81a7797acc38dd78328c9f6a65cb776 100644 (file)
@@ -62,6 +62,8 @@
         #define wxCOMPILER_PREFIX vc100
     #elif _MSC_VER == 1700
         #define wxCOMPILER_PREFIX vc110
+    #elif _MSC_VER == 1800
+        #define wxCOMPILER_PREFIX vc120
     #else
         #error "Unknown MSVC compiler version, please report to wx-dev."
     #endif