[CRT] Add mbrtowc (from wine)

This commit is contained in:
Timo Kreuzer 2024-03-12 09:13:37 +02:00
parent 76d33ee7f2
commit b388cb66de
4 changed files with 72 additions and 1 deletions

View file

@ -11,6 +11,7 @@ list(APPEND LIBCNTPR_WSTRING_SOURCE
list(APPEND CRT_WSTRING_SOURCE
${LIBCNTPR_WSTRING_SOURCE}
wstring/mbrtowc.c
wstring/wcrtomb.c
wstring/wcscoll.c
wstring/wcstok.c