mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
(MSVC) Add strncasecmp to msvc_compat.h
This commit is contained in:
parent
c0d8894165
commit
c28ae74d2e
@ -35,6 +35,8 @@ typedef int ssize_t;
|
|||||||
#define strtoull _strtoui64
|
#define strtoull _strtoui64
|
||||||
#undef strcasecmp
|
#undef strcasecmp
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
|
#undef strncasecmp
|
||||||
|
#define strncasecmp _strnicmp
|
||||||
|
|
||||||
// Disable some of the annoying warnings.
|
// Disable some of the annoying warnings.
|
||||||
#pragma warning(disable : 4800)
|
#pragma warning(disable : 4800)
|
||||||
|
Loading…
Reference in New Issue
Block a user