]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cpp.h
SetTextColour is gone
[wxWidgets.git] / include / wx / cpp.h
index 37c58706f857b99b7a95814d551ed3b2e85e2800..6c93ca0ac90fe08a1d598ab916ac4fbf2b853f43 100644 (file)
@@ -21,6 +21,9 @@
 #define wxSTRINGIZE_HELPER(x)       #x
 #define wxSTRINGIZE(x)              wxSTRINGIZE_HELPER(x)
 
+/* a Unicode-friendly version of wxSTRINGIZE_T */
+#define wxSTRINGIZE_T(x)            wxAPPLY_T(wxSTRINGIZE(x))
+
 /*
    Helper macros for wxMAKE_UNIQUE_NAME: normally this works by appending the
    current line number to the given identifier to reduce the probability of the