commit | 422942bf2625824b2c4b3a3c448d918e51bbdef0 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun May 04 11:37:24 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sun May 25 12:42:28 2025 +0300 |
tree | 8075d3142f476c2b0992a1f1ad24fb6295ad012b | |
parent | 412f083dc97b62814b30c5c6bf951234a73f1b3e [diff] |
crt: Deinline UCRT _vsnwprintf() from wchar.h and define import symbol Function _vsnwprintf() is already deinlined from stdio.h. Do same in wchar.h and define import symbol. Signed-off-by: Martin Storsjö <martin@martin.st>