* include/tchar.h: Ansi-fy a comment.

This commit is contained in:
Danny Smith 2003-03-16 22:15:19 +00:00
parent dcbe33d83a
commit e685ccffdf
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* profile/profile.h (mcount): Use __builtin_return_address

View File

@ -70,7 +70,7 @@ typedef wchar_t _TCHAR;
#define __TEXT(q) L##q
/* for porting from other Windows compilers */
#if 0 // no wide startup module
#if 0 /* no wide startup module */
#define _tmain wmain
#define _tWinMain wWinMain
#define _tenviron _wenviron