* include/tchar.h: Ansi-fy comment.
This commit is contained in:
parent
02d46a6f8a
commit
b9b4e3ca9d
|
@ -1,3 +1,7 @@
|
|||
2002-08-20 Danny Smith <dannysmith@users.sourceforge.net
|
||||
|
||||
* include/tchar.h: Ansi-fy comment.
|
||||
|
||||
2002-08-20 Danny Smith <dannysmith@users.sourceforge.net
|
||||
|
||||
* test_headers.c : New file.
|
||||
|
|
|
@ -360,8 +360,7 @@ typedef char _TCHAR;
|
|||
#define _tunlink _unlink
|
||||
#define _tfinddata_t _finddata_t
|
||||
|
||||
|
||||
#if 1 // defined __MSVCRT__
|
||||
#if 1 /* defined __MSVCRT_ */
|
||||
/* Not in crtdll.dll. Define macros anyway? */
|
||||
#define _ttoi64 _atoi64
|
||||
#define _i64tot _i64toa
|
||||
|
|
Loading…
Reference in New Issue