Commit a8acc2ff5cd7eb4e2501f2ef529b1d8f21471f37

Adrian Perez de Castro 2019-08-05T15:59:20

Use built-in istr[n]cmp() instead of strcase[n]cmp() This avoids the problem that MSVC does not provide strcasecmp() nor strncasecmp(), and at the same time avoids potential problems due to locale configuration by using istrcmp() and istrncmp() which are already in the source tree and written to cover only ASCII.