Mercurial > hg > orthanc
comparison Plugins/Engine/SharedLibrary.cpp @ 2136:dd609a99d39a
uniformization of the macro naming
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 14:08:05 +0100 |
parents | 325772dadcd6 |
children | a3a65de1840f |
comparison
equal
deleted
inserted
replaced
2135:cadfe0a2a393 | 2136:dd609a99d39a |
---|---|
31 | 31 |
32 | 32 |
33 #include "../../OrthancServer/PrecompiledHeadersServer.h" | 33 #include "../../OrthancServer/PrecompiledHeadersServer.h" |
34 #include "SharedLibrary.h" | 34 #include "SharedLibrary.h" |
35 | 35 |
36 #if ORTHANC_PLUGINS_ENABLED != 1 | 36 #if ORTHANC_ENABLE_PLUGINS != 1 |
37 #error The plugin support is disabled | 37 #error The plugin support is disabled |
38 #endif | 38 #endif |
39 | 39 |
40 | 40 |
41 #include "../../Core/Logging.h" | 41 #include "../../Core/Logging.h" |