On Fri, 24 Nov 2017, Jacek Caban wrote:
It's properly forwarded by crt import libs. Signed-off-by: Jacek Caban <[email protected]> --- mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/stdio/vsnprintf.c | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 mingw-w64-crt/stdio/vsnprintf.c
I'm not quite sure I follow - when the headers direct snprintf and vsnprintf into calls to __ms_vsnprintf, how are they resolved without this? No def files or anything in the libmsvcr*.a provide __ms_vsnprintf in any form that I can see?
// Martin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
