From 9fba8251e92050556f19f1f45ab805cd1b60351a Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Wed, 29 Jul 2009 14:09:43 +0000 Subject: [PATCH] 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 --- headers/cpp/string | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/cpp/string b/headers/cpp/string index fa6f1abaa7..3865c418b2 100644 --- a/headers/cpp/string +++ b/headers/cpp/string @@ -7,7 +7,7 @@ extern "C++" { typedef basic_string string; -// typedef basic_string wstring; +typedef basic_string wstring; } // extern "C++" #endif