comparison OrthancServer/Plugins/Samples/MultitenantDicom/OrthancFrameworkDependencies.cpp @ 5545:f8b9eaa5effa

re-enabling ICU in the multitenant dicom plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Mar 2024 22:07:06 +0100
parents dce22a789a2b
children f7adfb22e20e
comparison
equal deleted inserted replaced
5544:dce22a789a2b 5545:f8b9eaa5effa
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. 19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 **/ 20 **/
21 21
22
23 /**
24 * Remove the dependency upon ICU in plugins, as this greatly increase
25 * the size of the resulting binaries, since they must embed the ICU
26 * dictionary.
27 **/
28
29 #define ORTHANC_ENABLE_ICU 0
30 #define ORTHANC_FRAMEWORK_INCLUDE_RESOURCES 0
31
32 #include <MultitenantDicomResources.h>
33 22
34 #if defined(_WIN32) 23 #if defined(_WIN32)
35 # if !defined(NOMINMAX) 24 # if !defined(NOMINMAX)
36 # define NOMINMAX 25 # define NOMINMAX
37 # endif 26 # endif