dougm       01/12/19 10:16:41

  Modified:    xs/APR/PerlIO apr_perlio.c
  Log:
  fix win32 5.6.1 compile
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-2.0/xs/APR/PerlIO/apr_perlio.c
  
  Index: apr_perlio.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/APR/PerlIO/apr_perlio.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apr_perlio.c      2001/12/18 06:00:14     1.5
  +++ apr_perlio.c      2001/12/19 18:16:41     1.6
  @@ -372,7 +372,7 @@
                                        type);
   }
   
  -#elif !defined(PERLIO_LAYERS) /* NOT PERLIO_LAYERS (5.6.1) */
  +#elif !defined(PERLIO_LAYERS) && !defined(WIN32) /* NOT PERLIO_LAYERS (5.6.1) */
   
   static FILE *apr_perlio_apr_file_to_FILE(pTHX_ apr_file_t *file, int type)
   {
  
  
  


Reply via email to