Browse Source

add wchar

David Rose 24 years ago
parent
commit
2dc1f435ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/parser-inc/string

+ 1 - 0
dtool/src/parser-inc/string

@@ -44,5 +44,6 @@ public:
 };
 
 typedef basic_string<char> string;
+typedef basic_string<wchar_t> wstring;
 
 #endif