2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-21 05:53:40 +00:00

assetnameparser: Fix windows compiling

This commit is contained in:
Phillip Stephens 2020-05-29 09:54:31 -07:00
parent 42d2cf3757
commit dc232f804d

View File

@ -23,6 +23,8 @@
#endif
#include <Windows.h>
#include <cwchar>
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#if UNICODE
#define IS_UCS2 1
#endif