mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-21 15:53:29 +00:00
assetnameparser: Fix windows compiling
This commit is contained in:
parent
42d2cf3757
commit
dc232f804d
@ -23,6 +23,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <cwchar>
|
#include <cwchar>
|
||||||
|
#define strncasecmp _strnicmp
|
||||||
|
#define strcasecmp _stricmp
|
||||||
#if UNICODE
|
#if UNICODE
|
||||||
#define IS_UCS2 1
|
#define IS_UCS2 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user