added wxS(); use it in a couple of places

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-01-02 16:31:38 +00:00
parent 43de9abf95
commit f748392d04

View File

@@ -251,6 +251,9 @@
/* and _() in wxWidgets sources */
#define wxT(x) _T(x)
/* this macro exists only for forward compatibility with wx 3.0 */
#define wxS(x) _T(x)
/* a helper macro allowing to make another macro Unicode-friendly, see below */
#define wxAPPLY_T(x) _T(x)