wrowe       01/02/28 08:58:35

  Modified:    xml      apr_xml.c
  Log:
    Just trying to keep Win32 semi-buildable
  
  Revision  Changes    Path
  1.19      +8 -0      apr-util/xml/apr_xml.c
  
  Index: apr_xml.c
  ===================================================================
  RCS file: /home/cvs/apr-util/xml/apr_xml.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- apr_xml.c 2001/02/28 15:14:50     1.18
  +++ apr_xml.c 2001/02/28 16:58:34     1.19
  @@ -60,12 +60,20 @@
   #include "apr_want.h"
   
   #include "apr_xml.h"
  +
  +#ifdef WIN32
  +/* Quick ugly hack to get win32 building ... until I discover
  + * the hidden purpose in life for apu_config.h
  + */
  +#include "xmlparse.h"
  +#else
   #include "apu_config.h"
   
   #ifdef APR_HAVE_OLD_EXPAT
   #include "xmlparse.h"
   #else
   #include "expat.h"
  +#endif
   #endif
   
   #define DEBUG_CR "\r\n"
  
  
  

Reply via email to