diff Orthanc/Core/Toolbox.cpp @ 168:38aa615b7667

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Aug 2017 21:54:36 +0200
parents bd5597966b3d
children 330ecfd96aec
line wrap: on
line diff
--- a/Orthanc/Core/Toolbox.cpp	Tue Aug 22 21:46:50 2017 +0200
+++ b/Orthanc/Core/Toolbox.cpp	Tue Aug 22 21:54:36 2017 +0200
@@ -1326,7 +1326,6 @@
   {
     globalLocale_.reset();
   }
-#endif
 
   
   std::string Toolbox::ToUpperCaseWithAccents(const std::string& source)
@@ -1368,4 +1367,5 @@
     w = boost::algorithm::to_upper_copy<std::wstring>(w, *globalLocale_);
     return boost::locale::conv::utf_to_utf<char>(w);
   }
+#endif
 }