dbertoni 2002/10/31 17:35:49 Modified: c/src/XPathCAPI XPathCAPI.cpp Log: Added ifdef for all-in-one project. Revision Changes Path 1.8 +3 -0 xml-xalan/c/src/XPathCAPI/XPathCAPI.cpp Index: XPathCAPI.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XPathCAPI/XPathCAPI.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- XPathCAPI.cpp 11 Apr 2002 05:53:55 -0000 1.7 +++ XPathCAPI.cpp 1 Nov 2002 01:35:49 -0000 1.8 @@ -79,6 +79,9 @@ #include <XPath/XObjectFactory.hpp> #include <XPath/XPath.hpp> +#if defined(XALAN_ALLINONE_BUILD_DLL) +#include <XPath/XPathConstructionContextDefault.hpp> +#endif #include <XPath/XPathEvaluator.hpp> #include <XPath/XPathExecutionContextDefault.hpp> #include <XPath/XPathFactoryDefault.hpp>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
