Removed wstring completely, strings::UniString should be used instead

This commit is contained in:
Alex Zolotarev 2011-06-12 20:57:42 +03:00 committed by Alex Zolotarev
parent 39e757250b
commit 7ec6b27014

View file

@ -12,12 +12,6 @@ using std::basic_string;
using std::string;
using std::getline;
#if defined(OMIM_OS_BADA) || defined(OMIM_OS_ANDROID)
typedef std::basic_string<wchar_t> wstring;
#else
using std::wstring;
#endif
#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif