Mercurial > hg > orthanc
changeset 2702:be6d7acf4e94
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Jul 2018 18:50:36 +0200 |
parents | 52217dc47a4e |
children | f77c7b48f798 |
files | Core/Images/PamReader.h |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/Images/PamReader.h Thu Jul 05 12:25:00 2018 +0200 +++ b/Core/Images/PamReader.h Thu Jul 05 18:50:36 2018 +0200 @@ -33,14 +33,6 @@ #pragma once -#if !defined(ORTHANC_ENABLE_PNG) -# error The macro ORTHANC_ENABLE_PNG must be defined -#endif - -#if ORTHANC_ENABLE_PNG != 1 -# error PNG support must be enabled to include this file -#endif - #include "ImageAccessor.h" #include "../Enumerations.h"