mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:53:07 +00:00
[3RDPARTY] Link to oldnames for stricmp/wcsicmp
This commit is contained in:
parent
a3bab12b50
commit
1de09c477c
48 changed files with 80 additions and 51 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue