Mercurial > hg > orthanc
comparison OrthancFramework/SharedLibrary/OrthancFramework.h.in @ 4348:93c281752e7a
reintroduced backward ABI compatibility in Orthanc Framework .so for unit tests of Orthanc 1.7.2 to 1.8.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 06 Dec 2020 12:21:31 +0100 |
parents | bf7b9edf6b81 |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4347:3dffe8f7af48 | 4348:93c281752e7a |
---|---|
49 /** | 49 /** |
50 * Configuration macros that are always set to the same value if using | 50 * Configuration macros that are always set to the same value if using |
51 * "OrthancFrameworkConfiguration.cmake" | 51 * "OrthancFrameworkConfiguration.cmake" |
52 **/ | 52 **/ |
53 | 53 |
54 #define ORTHANC_BUILDING_FRAMEWORK_LIBRARY 0 | |
54 #define ORTHANC_ENABLE_BASE64 1 | 55 #define ORTHANC_ENABLE_BASE64 1 |
55 #define ORTHANC_ENABLE_MD5 1 | 56 #define ORTHANC_ENABLE_MD5 1 |
56 | 57 |
57 | 58 |
58 | 59 |