diff options
Diffstat (limited to 'src/KM_xml.cpp')
| -rw-r--r-- | src/KM_xml.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stack> #include <map> -#ifdef ASDCP_USE_EXPAT +#ifdef HAVE_EXPAT #include <expat.h> #endif @@ -271,7 +271,7 @@ Kumu::XMLElement::GetChildrenWithName(const char* name, ElementList& outList) co //---------------------------------------------------------------------------------------------------- -#ifdef ASDCP_USE_EXPAT +#ifdef HAVE_EXPAT class ExpatParseContext |
