From 3bb652da6ea2765b1538d0713cefa284238c8bdb Mon Sep 17 00:00:00 2001 From: msheby Date: Wed, 19 Mar 2008 19:52:16 +0000 Subject: Permit 64-bit builds. --- src/KM_xml.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/KM_xml.cpp') diff --git a/src/KM_xml.cpp b/src/KM_xml.cpp index 2286d9b..8705ccf 100644 --- a/src/KM_xml.cpp +++ b/src/KM_xml.cpp @@ -34,7 +34,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#ifdef ASDCP_USE_EXPAT +#ifdef HAVE_EXPAT #include #endif @@ -271,7 +271,7 @@ Kumu::XMLElement::GetChildrenWithName(const char* name, ElementList& outList) co //---------------------------------------------------------------------------------------------------- -#ifdef ASDCP_USE_EXPAT +#ifdef HAVE_EXPAT class ExpatParseContext -- cgit v1.2.3