TWR
T windows api WRapper
 All Classes Functions
tstring.h
1 #ifndef TSTRING
2 #define TSTRING
3 
4 #include <tchar.h>
5 #include <string>
6 
7 typedef std::basic_string<TCHAR> tstring;
8 
9 #endif