diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-29 11:24:19 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-29 11:24:19 +0200 |
| commit | bb973663384e80d445c933791a61e9b63aa2ac77 (patch) | |
| tree | 95fc08a536270bd2e81e220e3b16e2f9c79a2ff3 | |
| parent | a527fdcc28844feed95c48537a45092df994cf8f (diff) | |
| download | box64-bb973663384e80d445c933791a61e9b63aa2ac77.tar.gz box64-bb973663384e80d445c933791a61e9b63aa2ac77.zip | |
Added wrapped wcstombs function
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 367395ac..7378e480 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -2160,7 +2160,7 @@ GOW(wcsnrtombs, LFppLLp) //GO(__wcstoll_internal, //GOW(__wcstoll_l, //GOW(wcstoll_l, -//GO(wcstombs, +GO(wcstombs, LFppL) //GO(__wcstombs_chk, //GOW(wcstoq, //GOW(wcstoul, |