[3RDPARTY] Link to oldnames for stricmp/wcsicmp

This commit is contained in:
Timo Kreuzer 2024-05-21 19:33:42 +03:00
parent a3bab12b50
commit 1de09c477c
48 changed files with 80 additions and 51 deletions

View file

@ -31,6 +31,8 @@
#error _pctype should not be defined
#endif
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
unsigned int __lc_codepage = 0;
int MSVCRT___lc_collate_cp = 0;
LCID MSVCRT___lc_handle[LC_MAX - LC_MIN + 1] = { 0 };