windows-nt/Source/XPSP1/NT/ds/security/passport/include/tstring

11 lines
176 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __TSTRING
#define __TSTRING
#include <xstring>
using namespace std;
typedef basic_string<TCHAR, char_traits<TCHAR>,
allocator<TCHAR> > tstring;
#endif // __TSTRING