comparison OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h @ 4131:eea760f20ed2 Orthanc-1.7.2

Orthanc-1.7.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Jul 2020 11:50:26 +0200
parents 4bb7522a63e0
children 669f588a14b3
comparison
equal deleted inserted replaced
4130:4899c3135479 4131:eea760f20ed2
115 # define ORTHANC_PLUGINS_API 115 # define ORTHANC_PLUGINS_API
116 #endif 116 #endif
117 117
118 #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER 1 118 #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER 1
119 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER 7 119 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER 7
120 #define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER 0 120 #define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER 2
121 121
122 122
123 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE) 123 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)
124 #define ORTHANC_PLUGINS_VERSION_IS_ABOVE(major, minor, revision) \ 124 #define ORTHANC_PLUGINS_VERSION_IS_ABOVE(major, minor, revision) \
125 (ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER > major || \ 125 (ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER > major || \