diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-12 18:17:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-12 18:17:38 +0300 |
commit | 837be8df532198e24b6672eb9e0bd14a5c0fed3c (patch) | |
tree | d458b43d437babdb82e431436804ed4b0eb6216a /include | |
parent | 7fce8a7217dd38316debcf2104fc8909c840a053 (diff) |
UserInfoEx: old xml driver removed & replaced with new tinyxml2
Diffstat (limited to 'include')
-rw-r--r-- | include/m_xml.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_xml.h b/include/m_xml.h index a35997c7f4..1c8dffc1f5 100644 --- a/include/m_xml.h +++ b/include/m_xml.h @@ -39,6 +39,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../src/mir_core/src/tinyxml2.h"
+typedef tinyxml2::XMLNode TiXmlNode;
+typedef tinyxml2::XMLText TiXmlText;
+typedef tinyxml2::XMLElement TiXmlElement;
+typedef tinyxml2::XMLDocument TiXmlDocument;
+
/////////////////////////////////////////////////////////////////////////////////////////
// old API to be removed once
|