mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:22:59 +00:00
[CRT] Add wcrtomb (from wine)
This commit is contained in:
parent
0f9bf6abb4
commit
76d33ee7f2
4 changed files with 35 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue