You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/08/09 16:46:35 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/win32 fileio.h

wrowe       00/08/09 07:46:35

  Modified:    src/lib/apr/file_io/win32 fileio.h
  Log:
    Force CancelIo() to be late-bound for Win9x folks (who don't have it.)
  
  Revision  Changes    Path
  1.30      +1 -0      apache-2.0/src/lib/apr/file_io/win32/fileio.h
  
  Index: fileio.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/win32/fileio.h,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- fileio.h	2000/08/06 06:07:05	1.29
  +++ fileio.h	2000/08/09 14:46:34	1.30
  @@ -62,6 +62,7 @@
   #include "apr_lock.h"
   #include "apr_file_io.h"
   #include "apr_errno.h"
  +#include "misc.h"
   
   #if APR_HAVE_SYS_STAT_H
   #include <sys/stat.h>