commit | 412f083dc97b62814b30c5c6bf951234a73f1b3e | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun May 04 11:37:23 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sun May 25 12:42:28 2025 +0300 |
tree | ff2b0eb6bf528a9821ed558a46a69da18cc2a9c0 | |
parent | c7da8d2dded083ba672587a2e27b384a353d8535 [diff] |
crt: Deinline UCRT _scwprintf() and _vscwprintf() functions and define import symbols for them This allows to reference _scwprintf() and _vscwprintf() functions for UCRT build via their symbols, like for msvcrt builds. Signed-off-by: Martin Storsjö <martin@martin.st>