X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/258593354e0a19bb74e23d7978fdc01da1942b2a..c9ccc09c64f4c29d4667796bef7b507d9e8d25ed:/include/wx/chartype.h diff --git a/include/wx/chartype.h b/include/wx/chartype.h index c0658eaf97..3c3944a360 100644 --- a/include/wx/chartype.h +++ b/include/wx/chartype.h @@ -250,6 +250,12 @@ #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