]> git.saurik.com Git - wxWidgets.git/blobdiff - include/msvc/wx/setup.h
Correct wxCOMPILER_PREFIX definition when wxMSVC_VERSION is predefined.
[wxWidgets.git] / include / msvc / wx / setup.h
index 096bdb0abc0d9b53770ba1e9595c8a394b85f646..799914175fc38bbce6c9cbf413281511c74a887a 100644 (file)
@@ -46,7 +46,7 @@
 // wxMSVC_VERSION as "XX" or define wxMSVC_VERSION_AUTO to use the appropriate
 // version depending on the compiler used
 #ifdef wxMSVC_VERSION
-    #define wxCOMPILER_PREFIX wxCONCAT2(vc, wxMSVC_VERSION)
+    #define wxCOMPILER_PREFIX wxCONCAT(vc, wxMSVC_VERSION)
 #elif defined(wxMSVC_VERSION_AUTO)
     #if _MSC_VER == 1200
         #define wxCOMPILER_PREFIX vc60