Mercurial > hg > orthanc
diff Core/Toolbox.cpp @ 4036:c6e82885f570
merge
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 10 Jun 2020 10:28:15 +0200 |
parents | 058b5ade8acd |
children |
line wrap: on
line diff
--- a/Core/Toolbox.cpp Wed Jun 10 10:28:01 2020 +0200 +++ b/Core/Toolbox.cpp Wed Jun 10 10:28:15 2020 +0200 @@ -118,7 +118,7 @@ #if defined(ORTHANC_STATIC_ICU) # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1) -# include <EmbeddedResources.h> +# include <OrthancFrameworkResources.h> # include <unicode/udata.h> # include <unicode/uloc.h> # include "Compression/GzipCompressor.h" @@ -1473,8 +1473,8 @@ GzipCompressor compressor; compressor.Uncompress(globalIcuData_, - EmbeddedResources::GetFileResourceBuffer(EmbeddedResources::LIBICU_DATA), - EmbeddedResources::GetFileResourceSize(EmbeddedResources::LIBICU_DATA)); + FrameworkResources::GetFileResourceBuffer(FrameworkResources::LIBICU_DATA), + FrameworkResources::GetFileResourceSize(FrameworkResources::LIBICU_DATA)); std::string md5; Toolbox::ComputeMD5(md5, globalIcuData_); @@ -2226,7 +2226,7 @@ bool OrthancLinesIterator_GetLine(std::string& target, - const OrthancLinesIterator* iterator) + const OrthancLinesIterator* iterator) { if (iterator != NULL) {