| commit | 4c03c53e525357d0f20ed87c23c8f43c91a4b9e6 | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Thu May 09 00:02:54 2024 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Mon May 20 23:15:37 2024 +0300 |
| tree | d05f9b4e0c32be24a5d52ebf751cbb3ac05a5322 | |
| parent | de28eae430fd5fb83235d2672016635d2a938935 [diff] |
crt: Fix strcmpi symbol alias for msvcr80-120 versions msvcrt versions 8.0 - 12.0 and UCRT do not have _strcmpi symbol. For these CRT versions (which have NO_STRCMPI_ALIAS) is later in the file symbol _strcmpi defined as an alias to _stricmp symbol. So for these affected CRT versions define strcmpi as an alias to _stricmp. Signed-off-by: Martin Storsjö <martin@martin.st>