summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/tchar.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-03-25 20:30:19 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-03-25 20:30:19 +0000
commit4c42aaf27782c36491d60956d58d05a5edafc84e (patch)
treefff04f5ba69bd4feb0cd42fbf8a51d1ace7f38ae /winsup/mingw/include/tchar.h
parent34307d9656668a26ab9ba4c20aae53081ee78b75 (diff)
downloadcygnal-4c42aaf27782c36491d60956d58d05a5edafc84e.tar.gz
cygnal-4c42aaf27782c36491d60956d58d05a5edafc84e.tar.bz2
cygnal-4c42aaf27782c36491d60956d58d05a5edafc84e.zip
* include/stdio.h (_fsopen): Add prototype.
* include/tchar.h (_tfsopen): Add defines. Thanks to "Gerik" <gerikr at users dot sourceforge dot net>
Diffstat (limited to 'winsup/mingw/include/tchar.h')
-rw-r--r--winsup/mingw/include/tchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/mingw/include/tchar.h b/winsup/mingw/include/tchar.h
index edbf6211e..d2a6665a4 100644
--- a/winsup/mingw/include/tchar.h
+++ b/winsup/mingw/include/tchar.h
@@ -190,6 +190,7 @@ typedef wchar_t _TCHAR;
#define _tfindnext _wfindnext
#define _tfdopen _wfdopen
#define _tfopen _wfopen
+#define _tfsopen _wfsopen
#define _tgetenv _wgetenv
#define _tputenv _wputenv
#define _tsearchenv _wsearchenv
@@ -274,6 +275,7 @@ typedef char _TCHAR;
#define _fputts fputs
#define _tfdopen _fdopen
#define _tfopen fopen
+#define _tfsopen _fsopen
#define _tgetenv getenv
#define _tputenv _putenv
#define _tsearchenv _searchenv