mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:25:43 +00:00
[UTF16LE]
- Fix MSVC build svn path=/trunk/; revision=72430
This commit is contained in:
parent
f7b2e13609
commit
bdc447f6cd
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#define strcasecmp _stricmp
|
||||||
|
#endif
|
||||||
|
|
||||||
class utf_converter
|
class utf_converter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue