comparison Core/Toolbox.cpp @ 2136:dd609a99d39a

uniformization of the macro naming
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:08:05 +0100
parents 0c09d1af22f3
children 595cf22b3e7e
comparison
equal deleted inserted replaced
2135:cadfe0a2a393 2136:dd609a99d39a
101 } 101 }
102 } 102 }
103 #endif 103 #endif
104 104
105 105
106 #if ORTHANC_PUGIXML_ENABLED == 1 106 #if ORTHANC_ENABLE_PUGIXML == 1
107 #include "ChunkedBuffer.h" 107 #include "ChunkedBuffer.h"
108 #include <pugixml.hpp> 108 #include <pugixml.hpp>
109 #endif 109 #endif
110 110
111 111
1205 return boost::filesystem::exists(path); 1205 return boost::filesystem::exists(path);
1206 } 1206 }
1207 #endif 1207 #endif
1208 1208
1209 1209
1210 #if ORTHANC_PUGIXML_ENABLED == 1 1210 #if ORTHANC_ENABLE_PUGIXML == 1
1211 class ChunkedBufferWriter : public pugi::xml_writer 1211 class ChunkedBufferWriter : public pugi::xml_writer
1212 { 1212 {
1213 private: 1213 private:
1214 ChunkedBuffer buffer_; 1214 ChunkedBuffer buffer_;
1215 1215