stoddard    00/01/03 08:16:27

  Modified:    src/lib/apr/include apr_win.h
  Log:
  Add APR_SSIZE_T_FMT define to Windows
  
  Revision  Changes    Path
  1.10      +2 -1      apache-2.0/src/lib/apr/include/apr_win.h
  
  Index: apr_win.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_win.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- apr_win.h 1999/12/17 12:32:15     1.9
  +++ apr_win.h 2000/01/03 16:16:24     1.10
  @@ -121,8 +121,9 @@
   typedef  _off_t      ap_off_t;
   typedef  int         pid_t;
   
  -/* Definitions that APR programs need to work properly. */
   
  +/* Definitions that APR programs need to work properly. */
  +#define APR_SSIZE_T_FMT          "d"
   #define API_THREAD_FUNC          __stdcall
   #define API_EXPORT(type)         type
   #define API_EXPORT_NONSTD(type)  type
  
  
  

Reply via email to