https://bugs.winehq.org/show_bug.cgi?id=55694
Bug ID: 55694 Summary: missing functions in winelib: _stricmp, _wcsicmp, _mbsicmp, _stricmp_l, _wcsicmp_l, _mbsicmp_l Product: Wine Version: 8.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winelib Assignee: wine-bugs@winehq.org Reporter: milahu@gmail.com Distribution: ---
these functions are not implemented by winelib:
_stricmp, _wcsicmp, _mbsicmp, _stricmp_l, _wcsicmp_l, _mbsicmp_l
compiler errors from g++ 12.3.0:
error: ‘_stricmp’ was not declared in this scope error: ‘_wcsicmp’ was not declared in this scope error: ‘_mbsicmp’ was not declared in this scope error: ‘_stricmp_l’ was not declared in this scope error: ‘_wcsicmp_l’ was not declared in this scope error: ‘_mbsicmp_l’ was not declared in this scope
some official reference for these functions:
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/stricmp-wc...