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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-07-29 07:05:56 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-07-29 07:05:56 +0400
commitefd34df5a512a754690c75ac74d75929f7f6fd2d (patch)
treed424883c6cb3de52f62f6a8788026a17c9b2b35c /winsup/mingw/include
parentb8cdc234c67d883b7e9d6e4caf4ba15972ac7788 (diff)
* include/tchar.h (_tfdopen): Correct typo.
Diffstat (limited to 'winsup/mingw/include')
-rw-r--r--winsup/mingw/include/tchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/include/tchar.h b/winsup/mingw/include/tchar.h
index 6684d6b45..3b6fbd62f 100644
--- a/winsup/mingw/include/tchar.h
+++ b/winsup/mingw/include/tchar.h
@@ -187,7 +187,7 @@ typedef wchar_t _TCHAR;
#define _tcreat _wcreat
#define _tfindfirst _wfindfirst
#define _tfindnext _wfindnext
-#define _tfopen _wfdopen
+#define _tfdopen _wfdopen
#define _tfopen _wfopen
#define _tgetenv _wgetenv
#define _tputenv _wputenv