March 19, 2025
10:04 a.m.
On Wed Mar 19 14:59:12 2025 +0000, Nikolay Sivov wrote:
The problem with wcstod is that it depends on current locale, and that's not always desired. Maybe we could use something from oleaut32, even if duplicated? Using `_wcstod_l` would probably solve the locale problem.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7591#note_98431