comparison Core/OrthancFramework.h @ 4000:5f6c11a5e1f9

set default value for ORTHANC_FRAMEWORK_BUILDING_LIBRARY
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 19:18:14 +0200
parents 44e2a8e0b6ae
children 05a363186da6
comparison
equal deleted inserted replaced
3999:44e2a8e0b6ae 4000:5f6c11a5e1f9
40 **/ 40 **/
41 #ifndef __ORTHANC_FRAMEWORK_H 41 #ifndef __ORTHANC_FRAMEWORK_H
42 #define __ORTHANC_FRAMEWORK_H 42 #define __ORTHANC_FRAMEWORK_H
43 43
44 #if !defined(ORTHANC_FRAMEWORK_BUILDING_LIBRARY) 44 #if !defined(ORTHANC_FRAMEWORK_BUILDING_LIBRARY)
45 # error Macro ORTHANC_FRAMEWORK_BUILDING_LIBRARY must be defined 45 # define ORTHANC_FRAMEWORK_BUILDING_LIBRARY 0
46 #endif 46 #endif
47 47
48 /** 48 /**
49 * It is implied that if this file is used, we're building the Orthanc 49 * It is implied that if this file is used, we're building the Orthanc
50 * framework (not using it as a shared library): We don't use the 50 * framework (not using it as a shared library): We don't use the