OSDN Git Service

Fix a bug where two or more users can't use xkeymacs at the same time on the same...
[xkeymacs/xkeymacs.git] / xkeymacsdll / tstring.h
diff --git a/xkeymacsdll/tstring.h b/xkeymacsdll/tstring.h
new file mode 100644 (file)
index 0000000..900605b
--- /dev/null
@@ -0,0 +1,8 @@
+#pragma once\r
+#include <string>\r
+\r
+#ifdef _UNICODE\r
+typedef std::wstring tstring;\r
+#else\r
+typedef std::string tstring;\r
+#endif\r