Alexandre Julliard pushed to branch master at wine / wine
Commits: 0495948d by Bernhard Übelacker at 2024-10-11T17:47:24+02:00 msvcrt: Initialize locale data in new threads.
This attempts to initialize the thread data more like in the mainthread, which does in msvcrt_init_locale a call to _setmbcp, which finally fills the cached_locale member of the thread data.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57250
- - - - -
2 changed files:
- dlls/msvcrt/tests/locale.c - dlls/msvcrt/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0495948d00b4a6fa5cb986b1a68a193...