diff options
author | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-11-17 04:55:24 +0000 |
---|---|---|
committer | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-11-17 04:55:24 +0000 |
commit | 971fd967641225977f150d6204e85733a3084212 (patch) | |
tree | ec8ec3da11aaccacdac65ab9515495f8eb770da8 /src/pugiconfig.hpp | |
parent | 43f3888dc14c81fa8f6b917c2a3acce342e09b2f (diff) |
Fix PUGIXML_MEMORY_* constants for header-only mode
git-svn-id: http://pugixml.googlecode.com/svn/trunk@927 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugiconfig.hpp')
-rw-r--r-- | src/pugiconfig.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index c219671..2fda2d7 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -32,15 +32,15 @@ // #define PUGIXML_FUNCTION __fastcall // to set calling conventions to all public functions to fastcall // In absence of PUGIXML_CLASS/PUGIXML_FUNCTION definitions PUGIXML_API is used instead -// Uncomment this to switch to header-only version -// #define PUGIXML_HEADER_ONLY -// #include "pugixml.cpp" - // Tune these constants to adjust memory-related behavior // #define PUGIXML_MEMORY_PAGE_SIZE 32768 // #define PUGIXML_MEMORY_OUTPUT_STACK 10240 // #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096 +// Uncomment this to switch to header-only version +// #define PUGIXML_HEADER_ONLY +// #include "pugixml.cpp" + #endif /** |