* include/tchar.h: Ansi-fy a comment.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2003-03-16  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
|  | 	* include/tchar.h: Ansi-fy a comment. | ||||||
|  |  | ||||||
| 2003-03-16  Danny Smith  <dannysmith@users.sourceforge.net> | 2003-03-16  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* profile/profile.h (mcount): Use __builtin_return_address | 	* profile/profile.h (mcount): Use __builtin_return_address | ||||||
|   | |||||||
| @@ -70,7 +70,7 @@ typedef wchar_t _TCHAR; | |||||||
| #define	__TEXT(q)	L##q | #define	__TEXT(q)	L##q | ||||||
|  |  | ||||||
| /*  for porting from other Windows compilers */ | /*  for porting from other Windows compilers */ | ||||||
| #if 0  // no  wide startup module | #if 0  /* no  wide startup module */ | ||||||
| #define _tmain      wmain | #define _tmain      wmain | ||||||
| #define _tWinMain   wWinMain | #define _tWinMain   wWinMain | ||||||
| #define _tenviron   _wenviron | #define _tenviron   _wenviron | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user