Ignore:
Timestamp:
Dec 3, 2010, 6:09:59 PM (15 years ago)
Author:
dmik
Message:

minivcrt: Added a bunch of *wprintf() functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/wcs.c

    r21402 r21506  
    146146 *              vswprintf (MSVCRT.@)
    147147 */
    148 int MSVCRT_vswprintf( MSVCRT_wchar_t* str, const MSVCRT_wchar_t* format, va_list args )
     148int MSVCRT(vswprintf)( MSVCRT_wchar_t* str, const MSVCRT_wchar_t* format, va_list args )
    149149{
    150150    return vsnprintfW( str, INT_MAX, format, args );
Note: See TracChangeset for help on using the changeset viewer.