commit | 98b0bfded2a2bbf11599e17fd4c23c881c09fb8b | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Thu Apr 17 15:15:57 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sun May 25 15:21:14 2025 +0300 |
tree | 59e4278b67e9011b690f80dbea9d71ebb30e0579 | |
parent | 1a99f85148242b15b5f1fec1d4a318c1869a5816 [diff] |
crt: exe: Enable per-thread locale if user asked for it There is missing call _configthreadlocale(-1) in pre_c_init function. Startup code from Visual C++ runtime is doing same thing. This applies only for msvcr80+ and UCRT builds. For older msvcrt versions there is only empty wrapper. Signed-off-by: Martin Storsjö <martin@martin.st>