OSDN Git Service

* include/tchar.h (_getts): Define as _getws for _UNICODE.
authordannysmith <dannysmith>
Tue, 18 Jun 2002 20:48:55 +0000 (20:48 +0000)
committerdannysmith <dannysmith>
Tue, 18 Jun 2002 20:48:55 +0000 (20:48 +0000)
(_putts): Define as _putws for _UNICODE.
Thanks to: Tomasz Pona  <cochisek@poczta.onet.pl>  for report.

winsup/mingw/ChangeLog
winsup/mingw/include/tchar.h

index 0692635..35e99f3 100644 (file)
@@ -1,3 +1,9 @@
+2002-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/tchar.h (_getts): Define as _getws for _UNICODE.
+       (_putts): Define as _putws for _UNICODE.
+       Thanks to: Tomasz Pona  <cochisek@poczta.onet.pl>  for report.
+
 2002-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/float.h: #include_next<float.h> before header guard.
index 7ab12c2..6684d6b 100644 (file)
@@ -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