comparison UnitTestsSources/PluginsTests.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
36 #include "../Plugins/Engine/PluginsManager.h" 36 #include "../Plugins/Engine/PluginsManager.h"
37 37
38 using namespace Orthanc; 38 using namespace Orthanc;
39 39
40 40
41 #if ORTHANC_PLUGINS_ENABLED == 1 41 #if ORTHANC_ENABLE_PLUGINS == 1
42 42
43 TEST(SharedLibrary, Enumerations) 43 TEST(SharedLibrary, Enumerations)
44 { 44 {
45 // The plugin engine cannot work if the size of an enumeration does 45 // The plugin engine cannot work if the size of an enumeration does
46 // not correspond to the size of "int32_t" 46 // not correspond to the size of "int32_t"