commit | d0d357aa5fe568701de3852c97812f3b77e926da | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Thu Mar 20 13:44:23 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Fri Mar 21 20:36:57 2025 +0200 |
tree | b8ea5dab4b479f5990d04f0db37ffeb0e5958ed3 | |
parent | 6ddfe6f60d62b937de21f44e5fffd4c84bbeb72b [diff] |
crt: Use the default _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS in __ms_fwprintf The existing form stems from the very early stages of the UCRT implementation in mingw-w64; there is no reason why we shouldn't honor the default settings of the executable here. Signed-off-by: Martin Storsjö <martin@martin.st>