Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/Toolbox.cpp Tue Jun 09 16:40:43 2020 +0200 +++ b/Core/Toolbox.cpp Tue Jun 09 20:50:20 2020 +0200 @@ -118,7 +118,7 @@ #if defined(ORTHANC_STATIC_ICU) # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1) -# include <EmbeddedResources.h> +# include <OrthancEmbeddedResources.h> # include <unicode/udata.h> # include <unicode/uloc.h> # include "Compression/GzipCompressor.h"