# HG changeset patch # User Sebastien Jodogne # Date 1589191943 -7200 # Node ID e14b5a7a0f75ba18944fdc56f464502893c3ddce # Parent 6ddad3e0b569fffbac54733cb23cec225d27f2c9 note diff -r 6ddad3e0b569 -r e14b5a7a0f75 Plugins/Samples/Common/OrthancPluginCppWrapper.h --- 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 || \