commit | ff3f23c07880b2b752a93fddea9ea205d8259ea4 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Wed Sep 04 14:27:04 2024 +0300 |
committer | Martin Storsjö <martin@martin.st> | Fri Sep 06 13:49:07 2024 +0300 |
tree | 0643e22c6d3610896e4ecbe2cc6b70fa7ee1d30b | |
parent | b3c0901564432c425dba1df051bf10cc7f29d263 [diff] |
crt: Use _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS in narrow printfs Currently, _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS only affects the format for wide strings, but include it everywhere for consistency. Signed-off-by: Martin Storsjö <martin@martin.st>