You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/06/05 01:26:02 UTC

cvs commit: apr/include/arch/win32 apr_private.h

jorton      2004/06/04 16:26:02

  Modified:    include/arch/win32 apr_private.h
  Log:
  Update the comment.
  
  Revision  Changes    Path
  1.38      +1 -2      apr/include/arch/win32/apr_private.h
  
  Index: apr_private.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/win32/apr_private.h,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -d -w -u -r1.37 -r1.38
  --- apr_private.h	4 Jun 2004 23:22:00 -0000	1.37
  +++ apr_private.h	4 Jun 2004 23:26:02 -0000	1.38
  @@ -143,8 +143,7 @@
   #define HAVE_GETNAMEINFO 1
   #endif
   
  -/* Deal with atoi64 variables ... these should move to apr_private.h */
  -/* MSVC 7.0 introduced _strtoui64 */
  +/* MSVC 7.0 introduced _strtoi64 */
   #if _MSC_VER >= 1300 && _INTEGRAL_MAX_BITS >= 64
   #define APR_INT64_STRFN	      _strtoi64
   #endif