13 #if defined(WIN32) && !defined(_USE_MSI_COM) 39 #ifdef NO_WCHAR_SUPPORT 51 #define _ui64tot _ui64tow 53 #define _tcscmp wcscmp 60 swprintf(
string, 1000, L
"%d", value);
62 }
else if (radix==16) {
63 swprintf(
string, 1000, L
"%x", value);
71 inline wchar_t*
_ltow(
long iVal,
wchar_t* iStr,
int iRadix )
77 swprintf(iStr, 1000, L
"%d", lInt);
81 inline long _wtol(
const wchar_t *
string )
87 wchar_t* lpEnd =
NULL;
88 lLongValue = wcstol(
string, &lpEnd, 10);
95 #define _TEXT(x) __T(x) 96 #define __TEXT(quote) L##quote 97 #define TEXT(quote) __TEXT(quote) 102 #define _fgettc fgetwc 103 #define _fgettc_nolock _fgetwc_nolock 104 #define _fgettchar _fgetwchar 105 #define _fgetts fgetws 106 #define _fputtc fputwc 107 #define _fputtc_nolock _fputwc_nolock 108 #define _fputtchar _fputwchar 109 #define _fputts fputws 110 #define _cputts _cputws 111 #define _cgetts _cgetws 112 #define _cgetts_s _cgetws_s 114 #define _gettc_nolock _getwc_nolock 115 #define _gettch _getwch 116 #define _gettch_nolock _getwch_nolock 117 #define _gettche _getwche 118 #define _gettche_nolock _getwche_nolock 119 #define _gettchar getwchar 120 #define _gettchar_nolock _getwchar_nolock 121 #define _getts _getws 122 #define _getts_s _getws_s 124 #define _puttc_nolock _putwc_nolock 125 #define _puttchar putwchar 126 #define _puttchar_nolock _putwchar_nolock 127 #define _puttch _putwch 128 #define _puttch_nolock _putwch_nolock 129 #define _putts _putws 130 #define _ungettc ungetwc 131 #define _ungettc_nolock _ungetwc_nolock 132 #define _ungettch _ungetwch 133 #define _ungettch_nolock _ungetwch_nolock 137 #define _fgettc fgetc 138 #define _fgettc_nolock _fgetc_nolock 139 #define _fgettchar _fgetchar 140 #define _fgetts fgets 141 #define _fputtc fputc 142 #define _fputtc_nolock _fputc_nolock 143 #define _fputtchar _fputchar 144 #define _fputts fputs 145 #define _cputts _cputs 147 #define _gettc_nolock _getc_nolock 148 #define _gettch _getch 149 #define _gettch_nolock _getch_nolock 150 #define _gettche _getche 151 #define _gettche_nolock _getche_nolock 152 #define _gettchar getchar 153 #define _gettchar_nolock _getchar_nolock 155 #define _getts_s gets_s 156 #define _cgetts _cgets 157 #define _cgetts_s _cgets_s 159 #define _puttc_nolock _putc_nolock 160 #define _puttchar putchar 161 #define _puttchar_nolock _putchar_nolock 162 #define _puttch _putch 163 #define _puttch_nolock _putch_nolock 165 #define _ungettc ungetc 166 #define _ungettc_nolock _ungetc_nolock 167 #define _ungettch _ungetch 168 #define _ungettch_nolock _ungetch_nolock 174 #endif // WIN32 && !_USE_MSI_COM wchar_t * _itow(Int32 value, wchar_t *string, Int32 radix)
Definition: PDCtchar.h:56
long _wtol(const wchar_t *string)
Definition: PDCtchar.h:81
#define Int32
Definition: BasicTypes.h:20
wchar_t * _ltow(long iVal, wchar_t *iStr, int iRadix)
Definition: PDCtchar.h:71
wchar_t _TCHAR
Definition: PDCtchar.h:48
#define NULL
Definition: Null.h:10