diff Plugin/Plugin.cpp @ 29:a0af5a8182a8

sync, removed old patch for Orthanc framework 1.5.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2020 14:26:01 +0200
parents dfc43678aecb
children cfeda58d0c8e
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Tue Jul 07 20:42:52 2020 +0200
+++ b/Plugin/Plugin.cpp	Tue Aug 04 14:26:01 2020 +0200
@@ -617,7 +617,7 @@
 {
   ORTHANC_PLUGINS_API int32_t OrthancPluginInitialize(OrthancPluginContext* context)
   {
-#if defined(ORTHANC_FRAMEWORK_VERSION_IS_ABOVE)  // This indicates Orthanc framework >= 1.7.2
+#if ORTHANC_FRAMEWORK_VERSION_IS_ABOVE(1, 7, 2)
     Orthanc::Logging::InitializePluginContext(context);
 #else
     Orthanc::Logging::Initialize(context);