Mercurial > hg > orthanc
comparison Core/Toolbox.cpp @ 4030:100fbe970762
DANGEROUS commit: removing HAS_EMBEDDED_RESOURCES
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 09 Jun 2020 20:50:20 +0200 |
parents | 05a363186da6 |
children | 058b5ade8acd |
comparison
equal
deleted
inserted
replaced
4029:156fece692e3 | 4030:100fbe970762 |
---|---|
116 } | 116 } |
117 | 117 |
118 | 118 |
119 #if defined(ORTHANC_STATIC_ICU) | 119 #if defined(ORTHANC_STATIC_ICU) |
120 # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1) | 120 # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1) |
121 # include <EmbeddedResources.h> | 121 # include <OrthancEmbeddedResources.h> |
122 # include <unicode/udata.h> | 122 # include <unicode/udata.h> |
123 # include <unicode/uloc.h> | 123 # include <unicode/uloc.h> |
124 # include "Compression/GzipCompressor.h" | 124 # include "Compression/GzipCompressor.h" |
125 | 125 |
126 static std::string globalIcuData_; | 126 static std::string globalIcuData_; |