OSDN Git Service

Use the reg command to import/export properties
[xkeymacs/xkeymacs.git] / xkeymacsdll / tstring.h
1 #pragma once\r
2 #include <string>\r
3 \r
4 #ifdef _UNICODE\r
5 typedef std::wstring tstring;\r
6 #else\r
7 typedef std::string tstring;\r
8 #endif\r