* include/tchar.h (_tfdopen): Correct typo.
This commit is contained in:
parent
b8cdc234c6
commit
efd34df5a5
|
@ -1,3 +1,7 @@
|
|||
2002-07-29 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/tchar.h (_tfdopen): Correct typo.
|
||||
|
||||
2002-07-29 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* moldname.def.in (chgsign,scalb,finite,fpclass,logb,
|
||||
|
@ -146,6 +150,8 @@
|
|||
* mingwex/math/tanl.S: New file.
|
||||
* mingwex/Makefile.in: Adjust VPATH for source files in
|
||||
mingwex/math.
|
||||
Adjust MATH_OBJS.
|
||||
Add MATH_DISTFILES and use it to build source distro.
|
||||
* include/ math.h: Add protypes for new functions and
|
||||
reorganise to reflect ANSI,C99 status.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue