Simon Rozman f689011a65 locale: use nullptr as default locale on Windows too
Since stdex::locale_default is inline, it is initialized by the first
module referencing it. Not necessarily compiled with the same _CONSOLE
definition as other modules. This makes the default locale fluid.

Signed-off-by: Simon Rozman <simon@rozman.si>
2024-02-19 14:32:57 +01:00
..