OSDN Git Service

* include/tchar.h: Ansi-fy another comment.
authordannysmith <dannysmith>
Tue, 20 Aug 2002 23:08:14 +0000 (23:08 +0000)
committerdannysmith <dannysmith>
Tue, 20 Aug 2002 23:08:14 +0000 (23:08 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/tchar.h

index d916631..34b7ed5 100644 (file)
@@ -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
index 7a32e58..12eccc1 100644 (file)
@@ -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