2004-01-14 Greg Chicares <chicares@users.sourceforge.net>
* include/tchar.h (_puttchar): Define.
This commit is contained in:
parent
f3de50730e
commit
461d06f79d
@ -1,3 +1,7 @@
|
||||
2004-01-14 Greg Chicares <chicares@users.sourceforge.net>
|
||||
|
||||
* include/tchar.h (_puttchar): Define.
|
||||
|
||||
2003-12-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/stdio.h:(_fileno): Define macro version after both
|
||||
|
@ -100,6 +100,7 @@ typedef wchar_t _TCHAR;
|
||||
#define _gettc getwc
|
||||
#define _getts _getws
|
||||
#define _puttc putwc
|
||||
#define _puttchar putwchar
|
||||
#define _putts _putws
|
||||
#define _ungettc ungetwc
|
||||
#define _tcstod wcstod
|
||||
@ -282,6 +283,7 @@ typedef char _TCHAR;
|
||||
#define _gettc getc
|
||||
#define _getts gets
|
||||
#define _puttc putc
|
||||
#define _puttchar putchar
|
||||
#define _putts puts
|
||||
#define _ungettc ungetc
|
||||
#define _tcstod strtod
|
||||
|
Loading…
Reference in New Issue
Block a user