mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:01:37 +00:00
[CRT] Add mbrtowc (from wine)
This commit is contained in:
parent
76d33ee7f2
commit
b388cb66de
4 changed files with 72 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue