mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[UTF16LE]
- Fix MSVC build svn path=/trunk/; revision=72430
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
class utf_converter
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user