diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-02-08 21:03:07 +0000 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-02-08 21:03:07 +0000 |
commit | 8c1502e64f739e484f1508d8cd9a01588562e9ac (patch) | |
tree | 2db71d49c4933d4dc5f2dd3873908b493b417878 | |
parent | 6056ba2f89ebab037e8bb5aa2ee695175779717c (diff) |
Add PUGIXML_HAS_LONG_LONG to pugiconfig.hpp
git-svn-id: http://pugixml.googlecode.com/svn/trunk@965 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | src/pugiconfig.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 /** |