diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-08-20 23:08:14 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-08-20 23:08:14 +0000 |
commit | aabc7d585a473f06de07cb4778618e5bf94dcba1 (patch) | |
tree | fc643eb4f49055c3f0b4b2198fa7ab5a3aeedda7 /winsup | |
parent | b9b4e3ca9d6abb88f0dcf8320226e18192af3676 (diff) | |
download | cygnal-aabc7d585a473f06de07cb4778618e5bf94dcba1.tar.gz cygnal-aabc7d585a473f06de07cb4778618e5bf94dcba1.tar.bz2 cygnal-aabc7d585a473f06de07cb4778618e5bf94dcba1.zip |
* include/tchar.h: Ansi-fy another comment.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/mingw/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/mingw/include/tchar.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index d916631f2..34b7ed5a3 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,9 @@ 2002-08-20 Danny Smith <dannysmith@users.sourceforge.net + * include/tchar.h: Ansi-fy another comment. + +2002-08-20 Danny Smith <dannysmith@users.sourceforge.net + * include/tchar.h: Ansi-fy comment. 2002-08-20 Danny Smith <dannysmith@users.sourceforge.net diff --git a/winsup/mingw/include/tchar.h b/winsup/mingw/include/tchar.h index 7a32e5872..12eccc18a 100644 --- a/winsup/mingw/include/tchar.h +++ b/winsup/mingw/include/tchar.h @@ -165,7 +165,7 @@ typedef wchar_t _TCHAR; #define _wcsncnt(_wcs, _cnt) ((wcslen(_wcs)>_cnt) ? _count : wcslen(_wcs)) #define _wcsspnp(_wcs1, _wcs2) ((*((_wcs1)+wcsspn(_wcs1,_wcs2))) ? ((_wcs1)+wcsspn(_wcs1,_wcs2)) : NULL) -#if 1 // defined __MSVCRT__ +#if 1 /* defined __MSVCRT__ */ /* * These wide functions not in crtdll.dll. * Define macros anyway so that _wfoo rather than _tfoo is undefined @@ -360,7 +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 |