Ignore:
Timestamp:
Oct 28, 2016, 11:05:06 PM (8 years ago)
Author:
s10k
Message:

XmlTools 2.0c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XmlTools2/trunk/libs/pugiconfig.hpp

    r906 r1055  
    11/**
    2  * pugixml parser - version 1.2
     2 * pugixml parser - version 1.7
    33 * --------------------------------------------------------
    4  * Copyright (C) 2006-2012, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
     4 * Copyright (C) 2006-2015, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
    55 * Report bugs and download new versions at http://pugixml.org/
    66 *
     
    1717// Uncomment this to enable wchar_t mode
    1818// #define PUGIXML_WCHAR_MODE
     19
     20// Uncomment this to enable compact mode
     21// #define PUGIXML_COMPACT
    1922
    2023// Uncomment this to disable XPath
     
    3336// In absence of PUGIXML_CLASS/PUGIXML_FUNCTION definitions PUGIXML_API is used instead
    3437
    35 // Uncomment this to switch to header-only version
    36 // #define PUGIXML_HEADER_ONLY
    37 // #include "pugixml.cpp"
    38 
    3938// Tune these constants to adjust memory-related behavior
    4039// #define PUGIXML_MEMORY_PAGE_SIZE 32768
     
    4241// #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096
    4342
     43// Uncomment this to switch to header-only version
     44// #define PUGIXML_HEADER_ONLY
     45
     46// Uncomment this to enable long long support
     47// #define PUGIXML_HAS_LONG_LONG
     48
    4449#endif
    4550
    4651/**
    47  * Copyright (c) 2006-2012 Arseny Kapoulkine
     52 * Copyright (c) 2006-2015 Arseny Kapoulkine
    4853 *
    4954 * Permission is hereby granted, free of charge, to any person
Note: See TracChangeset for help on using the changeset viewer.