Mercurial > hg > orthanc
diff OrthancServer/ServerContext.h @ 2136:dd609a99d39a
uniformization of the macro naming
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 14:08:05 +0100 |
parents | 9329ba17a069 |
children | a3a65de1840f |
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h Wed Nov 09 13:42:33 2016 +0100 +++ b/OrthancServer/ServerContext.h Wed Nov 09 14:08:05 2016 +0100 @@ -120,7 +120,7 @@ LuaScripting lua_; -#if ORTHANC_PLUGINS_ENABLED == 1 +#if ORTHANC_ENABLE_PLUGINS == 1 OrthancPlugins* plugins_; #endif @@ -266,7 +266,7 @@ * Management of the plugins **/ -#if ORTHANC_PLUGINS_ENABLED == 1 +#if ORTHANC_ENABLE_PLUGINS == 1 void SetPlugins(OrthancPlugins& plugins); void ResetPlugins();