forked from organicmaps/organicmaps
Removed wstring completely, strings::UniString should be used instead
This commit is contained in:
parent
39e757250b
commit
7ec6b27014
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue