comparison Plugins/Engine/OrthancPlugins.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 d108412411e5
children 595cf22b3e7e
comparison
equal deleted inserted replaced
2135:cadfe0a2a393 2136:dd609a99d39a
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "PluginsErrorDictionary.h" 35 #include "PluginsErrorDictionary.h"
36 36
37 #if ORTHANC_PLUGINS_ENABLED != 1 37 #if ORTHANC_ENABLE_PLUGINS != 1
38 38
39 #include <boost/noncopyable.hpp> 39 #include <boost/noncopyable.hpp>
40 40
41 namespace Orthanc 41 namespace Orthanc
42 { 42 {