* include/tchar.h (_tfdopen): Correct typo.
This commit is contained in:
		| @@ -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> | 2002-07-29  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* moldname.def.in (chgsign,scalb,finite,fpclass,logb, | 	* moldname.def.in (chgsign,scalb,finite,fpclass,logb, | ||||||
| @@ -146,6 +150,8 @@ | |||||||
| 	* mingwex/math/tanl.S: New file. | 	* mingwex/math/tanl.S: New file. | ||||||
| 	* mingwex/Makefile.in: Adjust VPATH for source files in | 	* mingwex/Makefile.in: Adjust VPATH for source files in | ||||||
| 	mingwex/math. | 	mingwex/math. | ||||||
|  | 	Adjust MATH_OBJS. | ||||||
|  | 	Add MATH_DISTFILES and use it to build source distro. | ||||||
| 	* include/ math.h: Add protypes for new functions and | 	* include/ math.h: Add protypes for new functions and | ||||||
| 	reorganise to reflect ANSI,C99 status. | 	reorganise to reflect ANSI,C99 status. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -187,7 +187,7 @@ typedef wchar_t _TCHAR; | |||||||
| #define _tcreat     _wcreat | #define _tcreat     _wcreat | ||||||
| #define _tfindfirst _wfindfirst | #define _tfindfirst _wfindfirst | ||||||
| #define _tfindnext  _wfindnext | #define _tfindnext  _wfindnext | ||||||
| #define _tfopen     _wfdopen | #define _tfdopen    _wfdopen | ||||||
| #define _tfopen     _wfopen | #define _tfopen     _wfopen | ||||||
| #define _tgetenv    _wgetenv | #define _tgetenv    _wgetenv | ||||||
| #define _tputenv    _wputenv | #define _tputenv    _wputenv | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user