blob: 9588025f4bbe99fd77a30b26868fe097ebefa093 [file] [log] [blame]
#include <string.h>
#undef wcscmpi
int
wcscmpi (const wchar_t * ws1,const wchar_t * ws2)
{
return _wcsicmp (ws1,ws2);
}