comparison Plugins/Engine/IPluginServiceProvider.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 b1291df2f780
children a3a65de1840f
comparison
equal deleted inserted replaced
2135:cadfe0a2a393 2136:dd609a99d39a
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #if ORTHANC_PLUGINS_ENABLED == 1 35 #if ORTHANC_ENABLE_PLUGINS == 1
36 36
37 #include "../Include/orthanc/OrthancCPlugin.h" 37 #include "../Include/orthanc/OrthancCPlugin.h"
38 38
39 #include "SharedLibrary.h" 39 #include "SharedLibrary.h"
40 40