[CRT] Add wcrtomb (from wine)

This commit is contained in:
Timo Kreuzer 2024-03-12 09:12:40 +02:00
parent 0f9bf6abb4
commit 76d33ee7f2
4 changed files with 35 additions and 1 deletions

View file

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