summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/tchar.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-07-29 03:05:56 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-07-29 03:05:56 +0000
commitefd34df5a512a754690c75ac74d75929f7f6fd2d (patch)
treed424883c6cb3de52f62f6a8788026a17c9b2b35c /winsup/mingw/include/tchar.h
parentb8cdc234c67d883b7e9d6e4caf4ba15972ac7788 (diff)
downloadcygnal-efd34df5a512a754690c75ac74d75929f7f6fd2d.tar.gz
cygnal-efd34df5a512a754690c75ac74d75929f7f6fd2d.tar.bz2
cygnal-efd34df5a512a754690c75ac74d75929f7f6fd2d.zip
* include/tchar.h (_tfdopen): Correct typo.
Diffstat (limited to 'winsup/mingw/include/tchar.h')
-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