commit | e09f3de2a58d379dea36e75b2eb6237c73b64060 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun May 04 11:37:26 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sun May 25 12:45:35 2025 +0300 |
tree | 4dea29309fef88085a2e2510868134af693b43c5 | |
parent | 46fdc7b81b6273fb1784ad5228d8e9b0248c45e8 [diff] |
headers: Deduplicate (v)swprintf, (v)snwprintf _(v)swprintf, _(v)scwprintf functions across UCRT/msvcrt builds All these functions have same ABI and symbol name in all import libraries. So deduplicate function declarations in stdio.h and wchar.h header files to have just one declaration not depending on the _UCRT macro. Signed-off-by: Martin Storsjö <martin@martin.st>