comparison OrthancFramework/Sources/Toolbox.cpp @ 5273:7cb1b851f5c8

Added a sample plugin bringing multitenant DICOM support through labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Apr 2023 11:49:24 +0200
parents f66b8d70917e
children 123a94dd57df
comparison
equal deleted inserted replaced
5272:a45e8b6115f6 5273:7cb1b851f5c8
147 147
148 148
149 #if defined(ORTHANC_STATIC_ICU) 149 #if defined(ORTHANC_STATIC_ICU)
150 150
151 # if (ORTHANC_STATIC_ICU == 1) && (ORTHANC_ENABLE_ICU == 1) 151 # if (ORTHANC_STATIC_ICU == 1) && (ORTHANC_ENABLE_ICU == 1)
152 # include <OrthancFrameworkResources.h> 152 # if !defined(ORTHANC_FRAMEWORK_INCLUDE_RESOURCES) || (ORTHANC_FRAMEWORK_INCLUDE_RESOURCES == 1)
153 # include <OrthancFrameworkResources.h>
154 # endif
153 # endif 155 # endif
154 156
155 # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1) 157 # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1)
156 # include <unicode/udata.h> 158 # include <unicode/udata.h>
157 # include <unicode/uloc.h> 159 # include <unicode/uloc.h>