Ignore:
Timestamp:
Dec 3, 2010, 3:20:13 PM (15 years ago)
Author:
dmik
Message:

Added _i64tot, _l64tot and _ul64tot definitions.

File:
1 edited

Legend:

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

    r21399 r21504  
    131131#define _itot         WINE_tchar_routine(_itoa,           _itoa,       _itow)
    132132#define _ltot         WINE_tchar_routine(_ltoa,           _ltoa,       _ltow)
     133#define _ultot        WINE_tchar_routine(_ultoa,          _ultoa,      _ultow)
     134#define _i64tot       WINE_tchar_routine(_i64toa,         _i64toa,     _i64tow)
     135#define _l64tot       WINE_tchar_routine(_l64toa,         _l64toa,     _l64tow)
     136#define _ul64tot      WINE_tchar_routine(_ul64toa,        _ul64toa,    _ul64tow)
    133137#define _puttc        WINE_tchar_routine(putc,            putc,        putwc)
    134138#define _puttchar     WINE_tchar_routine(putchar,         putchar,     putwchar)
     
    243247#define _tutime       WINE_tchar_routine(_utime,          _utime,      _wutime)
    244248#define _tWinMain     WINE_tchar_routine(WinMain,         WinMain,     wWinMain)
    245 #define _ultot        WINE_tchar_routine(_ultoa,          _ultoa,      _ultow)
    246249#define _ungettc      WINE_tchar_routine(ungetc,          ungetc,      ungetwc)
    247250#define _vftprintf    WINE_tchar_routine(vfprintf,        vfprintf,    vfwprintf)
Note: See TracChangeset for help on using the changeset viewer.