Since wchar support now works, the wstring typedef should now also be safe.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31909 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-07-29 14:09:43 +00:00
parent 48a7b12ad8
commit 9fba8251e9

View File

@ -7,7 +7,7 @@
extern "C++" {
typedef basic_string <char> string;
// typedef basic_string <wchar_t> wstring;
typedef basic_string <wchar_t> wstring;
} // extern "C++"
#endif