diff --git a/apr.dsp b/apr.dsp index 4319878fb31..0ed2491b8c2 100644 --- a/apr.dsp +++ b/apr.dsp @@ -766,6 +766,10 @@ SOURCE=.\xlate\xlate.c SOURCE=.\xml\apr_xml.c # End Source File +# Begin Source File + +SOURCE=.\xml\apr_xml_expat.c +# End Source File # End Group # End Group # Begin Group "Private Header Files" diff --git a/include/apr.hw b/include/apr.hw index ddbb25c82c8..a98636e12b4 100644 --- a/include/apr.hw +++ b/include/apr.hw @@ -660,6 +660,9 @@ typedef int apr_wait_t; #define APU_HAVE_ICONV 0 #define APR_HAS_XLATE (APU_HAVE_ICONV) +#define APU_USE_EXPAT 1 +#define APU_USE_LIBXML2 0 + /** @} */ /* Definitions that only Win32 programs need to compile properly. */ diff --git a/libapr.dsp b/libapr.dsp index 6ad0be5943b..1f96fdfbded 100644 --- a/libapr.dsp +++ b/libapr.dsp @@ -801,6 +801,10 @@ SOURCE=.\xlate\xlate.c SOURCE=.\xml\apr_xml.c # End Source File +# Begin Source File + +SOURCE=.\xml\apr_xml_expat.c +# End Source File # End Group # End Group # Begin Group "Private Header Files"