Sign in
third-party-mirror
/
mingw-w64
/
518dd33c326f65684e8e938262b2a9ca94804cfb
/
.
/
mingw-w64-crt
/
wcscmpi.c
blob: 9588025f4bbe99fd77a30b26868fe097ebefa093 [
file
] [
log
] [
blame
]
#include
<string.h>
#undef
wcscmpi
int
wcscmpi
(
const
wchar_t
*
ws1
,
const
wchar_t
*
ws2
)
{
return
_wcsicmp
(
ws1
,
ws2
);
}