Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
176 B

  1. #ifndef __TSTRING
  2. #define __TSTRING
  3. #include <xstring>
  4. using namespace std;
  5. typedef basic_string<TCHAR, char_traits<TCHAR>,
  6. allocator<TCHAR> > tstring;
  7. #endif // __TSTRING