windows-nt/Source/XPSP1/NT/ds/security/passport/include/tstring
2020-09-26 16:20:57 +08:00

11 lines
176 B
Plaintext

#ifndef __TSTRING
#define __TSTRING
#include <xstring>
using namespace std;
typedef basic_string<TCHAR, char_traits<TCHAR>,
allocator<TCHAR> > tstring;
#endif // __TSTRING