wrowe       00/12/03 20:10:47

  Modified:    include  apr.hw
  Log:
    Make apachebench happier on Win32
  
  Revision  Changes    Path
  1.38      +1 -0      apr/include/apr.hw
  
  Index: apr.hw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hw,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- apr.hw    2000/12/01 14:00:54     1.37
  +++ apr.hw    2000/12/04 04:10:47     1.38
  @@ -190,6 +190,7 @@
   
   /* Definitions that APR programs need to work properly. */
   #define APR_SSIZE_T_FMT          "d"
  +#define APR_SIZE_T_FMT          "d"
   #define APR_THREAD_FUNC          __stdcall
   #define APR_OFF_T_FMT            "ld"
   
  
  
  

Reply via email to