paste from TCHAR.H
/* Generic text macros to be used with string literals and character constants.
   Will also allow symbolic constants that resolve to same. */#define _T(x)       __T(x)
#define _TEXT(x)    __T(x)i think they r the same