X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7eb02e44ba97996c38be469d3bfd589457a7567d..2c8c1de1ee8181aee1bf6d74c0d7cf0b7bb42151:/include/msvc/wx/setup.h diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index 096bdb0abc..799914175f 100644 --- a/include/msvc/wx/setup.h +++ b/include/msvc/wx/setup.h @@ -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