diff Orthanc/Core/DicomFormat/DicomValue.cpp @ 149:8189115c0da5

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 15:31:51 +0100
parents 3251ec958a29
children 5dc54316d68b
line wrap: on
line diff
--- a/Orthanc/Core/DicomFormat/DicomValue.cpp	Wed Nov 09 14:16:28 2016 +0100
+++ b/Orthanc/Core/DicomFormat/DicomValue.cpp	Wed Nov 09 15:31:51 2016 +0100
@@ -81,7 +81,7 @@
   }
 
   
-#if !defined(ORTHANC_ENABLE_BASE64) || ORTHANC_ENABLE_BASE64 == 1
+#if ORTHANC_ENABLE_BASE64 == 1
   void DicomValue::FormatDataUriScheme(std::string& target,
                                        const std::string& mime) const
   {