Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/include/tchar.h')
-rw-r--r--winsup/mingw/include/tchar.h4
1 files changed, 2 insertions, 2 deletions
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