From 97858a2641bdd1d81e1ae0844f1d455afd7a0602 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 18 Jun 2002 20:48:57 +0000 Subject: * include/tchar.h (_getts): Define as _getws for _UNICODE. (_putts): Define as _putws for _UNICODE. Thanks to: Tomasz Pona for report. --- winsup/mingw/ChangeLog | 6 ++++++ winsup/mingw/include/tchar.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 0692635e9..35e99f3e1 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,9 @@ +2002-06-19 Danny Smith + + * include/tchar.h (_getts): Define as _getws for _UNICODE. + (_putts): Define as _putws for _UNICODE. + Thanks to: Tomasz Pona for report. + 2002-06-18 Danny Smith * include/float.h: #include_next before header guard. diff --git a/winsup/mingw/include/tchar.h b/winsup/mingw/include/tchar.h index 7ab12c29a..6684d6b45 100644 --- a/winsup/mingw/include/tchar.h +++ b/winsup/mingw/include/tchar.h @@ -98,9 +98,9 @@ typedef wchar_t _TCHAR; #define _fputtchar _fputwchar #define _fputts fputws #define _gettc getwc -#define _getts getws +#define _getts _getws #define _puttc putwc -#define _putts putws +#define _putts _putws #define _ungettc ungetwc #define _tcstod wcstod #define _tcstol wcstol -- cgit v1.2.3