Refer to https://sourceforge.net/tracker/index.php?func=detail&aid=2373234&group_id=2435&atid=102435
This patch implements swprintf() and vswprintf() as inline functions when __STRICT_ANSI__ is present
It also handles correct ISO C declarations of swprintf() and vswprintf() in msvcr80.dll
(http://msdn.microsoft.com/en-us/library/ybk95axf%28VS.80%29.aspx)
Issues: #1220
Issues: #1277
Issues: #1295
Issues: #1728
Issues: #2018
I just found out that msvcr80.dll does not export the functions.
I will post another patch tomorrow
A new patch is attached.
1. The two functions are now implemented as inline functions in stdio.h/wchar.h
2, msvcr80.dll and msvcr90.dll do not export swprintf() or vswprintf(),
so do not add them in corresponding def file
Ticket moved from /p/mingw/patches/435/
Maybe related [#2018]
Related
Issues: #2018
See [#2018] for details of the fix.
Related
Issues: #2018