From bc3a7cf853510ffe1e42dc683f854d360f6528c7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 30 Nov 2015 13:59:45 +0300 Subject: Add pugixml backend incomplete. Add some defines for xml nodes manipulation. With pugixml backend no xml writing. --- src/utils/xml.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils/xml.h') diff --git a/src/utils/xml.h b/src/utils/xml.h index 055f93cbf..556455f7b 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -21,6 +21,10 @@ #ifndef UTILS_XML_H #define UTILS_XML_H +#ifdef ENABLE_PUGIXML +#include "utils/xml/pugixml.h" +#else // ENABLE_PUGIXML #include "utils/xml/libxml.h" +#endif // ENABLE_PUGIXML #endif // UTILS_XML_H -- cgit v1.2.3-70-g09d2