]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chartype.h
Add RunScript and implement on all backends. Document and add a very simple unit...
[wxWidgets.git] / include / wx / chartype.h
index c0658eaf9711a3ff4815f07cd3deb642a34681d4..3c3944a3608e0daf4d311df077ac71c8a1854e82 100644 (file)
     #endif /* ASCII/Unicode */
 #endif /* !defined(wxT) */
 
+/*
+    wxT_2 exists only for compatibility with wx 2.x and is the same as wxT() in
+    that version but nothing in the newer ones.
+ */
+#define wxT_2(x) x
+
 /*
    wxS ("wx string") macro can be used to create literals using the same
    representation as wxString does internally, i.e. wchar_t in Unicode build