0027232: Configuration - fix mblen missing building issue on Android

Assume UTF-8 as the only locale supported on Android.
This commit is contained in:
kgv
2016-03-05 15:46:42 +03:00
parent d3013f55a0
commit ab2335aeae
2 changed files with 21 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <NCollection_UtfString.hxx>
#if !defined(__ANDROID__)
//=======================================================================
//function : ~NCollection_UtfStringTool
//purpose :
@@ -87,3 +88,4 @@ bool NCollection_UtfStringTool::ToLocale (const wchar_t* theWideString,
}
return true;
}
#endif