commit | b46a25b433f5adf23418994df484b2e6b3f9e566 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Sun Mar 15 23:16:45 2020 +0200 |
committer | Martin Storsjö <martin@martin.st> | Mon Mar 16 13:49:34 2020 +0200 |
tree | 23163cab0caf3f5a17550ca3eefd860d6fb58227 | |
parent | 7c03b11bf173944679102bbe0ac061842e2f594b [diff] |
crt: Move the msvcrt snprintf/vsnprintf aliases into separate object files This avoids duplicate definitions, if something refers to e.g. __ms_vsnprintf, while the inline vsnprintf also has been instantiated in C++ mode. (In C++ mode, the inline vsnprintf function isn't marked static.) This should fix https://github.com/msys2/MINGW-packages/issues/6271. Signed-off-by: Martin Storsjö <martin@martin.st>