mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:33:01 +00:00
[REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp
Stop using non-conforming wcsicmp, stricmp, strcasecmp
This commit is contained in:
parent
fb9571ee3c
commit
e4930be4ff
87 changed files with 293 additions and 293 deletions
|
@ -334,7 +334,7 @@ void CDefaultContextMenu::AddStaticEntry(const HKEY hkeyClass, const WCHAR *szVe
|
|||
|
||||
TRACE("adding verb %s\n", debugstr_w(szVerb));
|
||||
|
||||
if (!wcsicmp(szVerb, L"open") && !(uFlags & CMF_NODEFAULT))
|
||||
if (!_wcsicmp(szVerb, L"open") && !(uFlags & CMF_NODEFAULT))
|
||||
{
|
||||
/* open verb is always inserted in front */
|
||||
m_StaticEntries.AddHead({ szVerb, hkeyClass });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue