]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
cleanup - fixed warnings, reformatting
[wxWidgets.git] / include / wx / wxchar.h
index ad650d57e8b68229b145a8fa5a461f50b8fcbb60..52f6af64e227f5719495dc4b03920ff53a8947bf 100644 (file)
     #if !wxUSE_UNICODE
         #define _T(x) x
     #else /* Unicode */
-        #define _T(x) L ## x
+        /* use wxCONCAT_HELPER so that x could be expanded if it's a macro */
+        #define _T(x) wxCONCAT_HELPER(L, x)
     #endif /* ASCII/Unicode */
 #endif /* !defined(_T) */