diff options
| author | msheby <msheby@cinecert.com> | 2008-03-19 19:52:16 +0000 |
|---|---|---|
| committer | msheby <> | 2008-03-19 19:52:16 +0000 |
| commit | 3bb652da6ea2765b1538d0713cefa284238c8bdb (patch) | |
| tree | e47a1485aa576a40d4af4244ee16d666b7001d81 /src/KM_xml.cpp | |
| parent | 16de4d4c6de6a350766a040c99fd98a8f22b94b7 (diff) | |
Permit 64-bit builds.
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 |
