[UTF16LE]

- Fix MSVC build

svn path=/trunk/; revision=72430
This commit is contained in:
Dmitry Chapyshev 2016-08-22 13:49:12 +00:00
parent f7b2e13609
commit bdc447f6cd

View file

@ -19,6 +19,10 @@
using namespace std;
#ifdef _MSC_VER
#define strcasecmp _stricmp
#endif
class utf_converter
{
public: