diff options
Diffstat (limited to 'src/pugiconfig.hpp')
-rw-r--r-- | src/pugiconfig.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index de60816..a5e96a3 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -32,6 +32,10 @@ // #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 +// Header-only version +// #define PUGIXML_HEADER_ONLY +// #include "pugixml.cpp" + #endif /** |