Update of /cvsroot/audacity/audacity-src/src/xml
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv14179/src/xml

Modified Files:
        XMLFileReader.h 
Log Message:
Allow use of system expat library


Index: XMLFileReader.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/xml/XMLFileReader.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- XMLFileReader.h     8 Feb 2005 04:49:34 -0000       1.3
+++ XMLFileReader.h     23 Sep 2006 09:32:50 -0000      1.4
@@ -8,7 +8,13 @@
 
 **********************************************************************/
 
+#include "../Audacity.h"         // to pull in USE_SYSTEM_EXPAT define
+
+#if defined(USE_SYSTEM_EXPAT)
+#include "expat.h"
+#else
 #include "xmlparse/xmlparse.h"
+#endif
 
 #include "XMLTagHandler.h"
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to