mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +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
|
||||
#undef strcasecmp
|
||||
#define strcasecmp _stricmp
|
||||
#undef strncasecmp
|
||||
#define strncasecmp _strnicmp
|
||||
|
||||
// Disable some of the annoying warnings.
|
||||
#pragma warning(disable : 4800)
|
||||
|
Loading…
Reference in New Issue
Block a user