From 8c1502e64f739e484f1508d8cd9a01588562e9ac Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 8 Feb 2014 21:03:07 +0000 Subject: Add PUGIXML_HAS_LONG_LONG to pugiconfig.hpp git-svn-id: http://pugixml.googlecode.com/svn/trunk@965 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugiconfig.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index 14bc76d..1eed094 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -40,6 +40,9 @@ // Uncomment this to switch to header-only version // #define PUGIXML_HEADER_ONLY +// Uncomment this to enable long long support +// #define PUGIXML_HAS_LONG_LONG + #endif /** -- cgit v1.2.3