diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-09 11:10:33 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-09 11:10:33 +0200 |
| commit | ba7a04851f7d573c3666647d3a7c9828d2818385 (patch) | |
| tree | 0772790343b873196bf7ade55e4043d7ff730b1a /src | |
| parent | e3d15db6c504c10c5fd34b60899d617a8de71fd3 (diff) | |
| download | box64-ba7a04851f7d573c3666647d3a7c9828d2818385.tar.gz box64-ba7a04851f7d573c3666647d3a7c9828d2818385.zip | |
Added wcstof wrapped function
Diffstat (limited to 'src')
| -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 b2138d30..042681b8 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -2130,7 +2130,7 @@ GO(wcstod, dFpp) //GO(__wcstod_internal, //GO(__wcstod_l, //GOW(wcstod_l, -//GO(wcstof, +GO(wcstof, fFpp) //GO(wcstof128, //GO(__wcstof128_internal, //GOW(wcstof128_l, |