OSDN Git Service

https://sourceforge.net/tracker/?func=detail&aid=3572971&group_id=2435&atid=102435
authorEarnie Boyd <earnie@users.sourceforge.net>
Sat, 10 Nov 2012 14:19:51 +0000 (09:19 -0500)
committerEarnie Boyd <earnie@users.sourceforge.net>
Sat, 10 Nov 2012 14:19:51 +0000 (09:19 -0500)
* include/wchar.h (_vscwprintf): Add declaration.

ChangeLog
include/wchar.h

index 055d3a5..009300c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-10  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       https://sourceforge.net/tracker/?func=detail&aid=3572971&group_id=2435&atid=102435
+
+       * include/wchar.h (_vscwprintf): Add declaration.
+
 2012-11-09  Earnie Boyd  <earnie@users.sourceforge.net>
 
        https://sourceforge.net/tracker/?func=detail&aid=3559134&group_id=2435&atid=102435
index 06ef496..01412f5 100644 (file)
@@ -111,6 +111,7 @@ _CRTIMP int __cdecl __MINGW_NOTHROW _snwprintf (wchar_t*, size_t, const wchar_t*
 _CRTIMP int __cdecl __MINGW_NOTHROW    vfwprintf (FILE*, const wchar_t*, __VALIST);
 _CRTIMP int __cdecl __MINGW_NOTHROW    vwprintf (const wchar_t*, __VALIST);
 _CRTIMP int __cdecl __MINGW_NOTHROW    _vsnwprintf (wchar_t*, size_t, const wchar_t*, __VALIST);
+_CRTIMP int __cdecl __MINGW_NOTHROW    _vscwprintf (const wchar_t*, __VALIST);
 _CRTIMP int __cdecl __MINGW_NOTHROW    fwscanf (FILE*, const wchar_t*, ...);
 _CRTIMP int __cdecl __MINGW_NOTHROW    wscanf (const wchar_t*, ...);
 _CRTIMP int __cdecl __MINGW_NOTHROW    swscanf (const wchar_t*, const wchar_t*, ...);