Changeset 21490 for trunk/include


Ignore:
Timestamp:
Dec 1, 2010, 2:35:07 AM (15 years ago)
Author:
dmik
Message:

minivcrt: Added swprintf and swscanf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/minivcrt.h

    r21439 r21490  
    9393#define _fullpath MSVCRT__fullpath
    9494
     95#define swprintf    NTDLL_swprintf
     96#define swscanf     NTDLL_swscanf
     97
     98int         swprintf(WCHAR*,const WCHAR*,...);
     99int         swscanf(const WCHAR*,const WCHAR*,...);
     100
    95101#ifdef __cplusplus
    96102}
Note: See TracChangeset for help on using the changeset viewer.