commit | c7da8d2dded083ba672587a2e27b384a353d8535 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun May 04 11:37:22 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sun May 25 12:42:28 2025 +0300 |
tree | 942d02e3e6bc2a8455be1211ef3468816d8df70e | |
parent | eb3f8852b04694064609d7f3c017eeab6b506e2c [diff] |
crt: Deinline UCRT _swprintf() and _vswprintf() functions and define import symbols for them This allows to reference _swprintf() and _vswprintf() functions for UCRT build via their symbols, like for msvcrt builds. This change is needed to allow to use __MINGW_ASM_CALL(_swprintf). Signed-off-by: Martin Storsjö <martin@martin.st>