| commit | dd72602ea5ed0e612d9825ede518970ed810dbb7 | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Thu Dec 23 15:15:55 2021 +0100 |
| committer | Martin Storsjö <martin@martin.st> | Tue Jan 18 00:49:46 2022 +0200 |
| tree | 5b096a125ba95bbaa62b09f6a987a9e6bef6f2b9 | |
| parent | d8842c6f535a91698c3b26a8e5b86d0062ea340f [diff] |
crt: Add fallback _vscprintf() implementation Original MSVC 6.0 msvcrt.dll library does not provide _vscprintf() function. MinGW-w64 __ms_snprintf() and __ms_vsnprintf() implementations call _vscprintf() function. So include fallback _vscprintf() implementation into MinGW-w64 crt code to allow applications to use snprintf() with original MSVC 6.0 msvcrt.dll library. Signed-off-by: Martin Storsjö <martin@martin.st>