Mercurial > hg > orthanc
changeset 3914:e14b5a7a0f75 transcoding
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 11 May 2020 12:12:23 +0200 |
parents | 6ddad3e0b569 |
children | 7e33516965f8 |
files | Plugins/Samples/Common/OrthancPluginCppWrapper.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Fri May 08 19:15:28 2020 +0200 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Mon May 11 12:12:23 2020 +0200 @@ -47,6 +47,13 @@ +/** + * The definition of ORTHANC_PLUGINS_VERSION_IS_ABOVE below is for + * backward compatibility with Orthanc SDK <= 1.3.0. + * + * $ hg diff -r Orthanc-1.3.0:Orthanc-1.3.1 ../../../Plugins/Include/orthanc/OrthancCPlugin.h + * + **/ #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE) #define ORTHANC_PLUGINS_VERSION_IS_ABOVE(major, minor, revision) \ (ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER > major || \