comparison OrthancFramework/Sources/DicomParsing/DicomWebJsonVisitor.h @ 4202:2007ab69ac16

moving ORTHANC_FORCE_INLINE and ORTHANC_OVERRIDE from Enumerations.h to Compatibility.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:35:11 +0200
parents bf7b9edf6b81
children 785a2713323e
comparison
equal deleted inserted replaced
4201:2d5209153b32 4202:2007ab69ac16
25 #if !defined(ORTHANC_ENABLE_PUGIXML) 25 #if !defined(ORTHANC_ENABLE_PUGIXML)
26 # error Macro ORTHANC_ENABLE_PUGIXML must be defined to use this file 26 # error Macro ORTHANC_ENABLE_PUGIXML must be defined to use this file
27 #endif 27 #endif
28 28
29 #include "ITagVisitor.h" 29 #include "ITagVisitor.h"
30 #include "../Compatibility.h" // For ORTHANC_OVERRIDE
30 31
31 #include <json/value.h> 32 #include <json/value.h>
32 33
33 34
34 namespace Orthanc 35 namespace Orthanc