2004-01-14 Greg Chicares <chicares@users.sourceforge.net>

* include/tchar.h (_puttchar): Define.
This commit is contained in:
Danny Smith 2004-01-14 07:53:43 +00:00
parent f3de50730e
commit 461d06f79d
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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