* include/tchar.h (_tfdopen): Correct typo.

This commit is contained in:
Danny Smith
2002-07-29 03:05:56 +00:00
parent b8cdc234c6
commit efd34df5a5
2 changed files with 7 additions and 1 deletions

View File

@ -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