[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

@ -15,6 +15,7 @@ if(DLL_EXPORT_VERSION LESS 0x600)
misc/dbgrpt.cpp
stdlib/_invalid_parameter.c
stdlib/rand_s.c
wstring/wcrtomb.c
)
endif()