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:
parent
48a7b12ad8
commit
9fba8251e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user