Windows has the functions stricmp and strnicmp (which are the same as POSIX strcasecmp and strncasecmp, resp.) These functions are deprecated (as part of the general Windows deprecation of POSIX functions - see _CRT_NONSTDC_NO_DEPRECATE), with the suggested alternative being _stricmp and _strnicmp. We should try to avoid using deprecated functions.
- relates to
-
JDK-8286262 Windows: Cleanup deprecation warning suppression
-
- Resolved
-
-
JDK-8286349 Simplify use of Windows deprecated POSIX names
-
- Closed
-