mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 06:08:29 +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;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
class utf_converter
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue