comparison OrthancFramework/Sources/Images/PngWriter.h @ 4202:2007ab69ac16

moving ORTHANC_FORCE_INLINE and ORTHANC_OVERRIDE from Enumerations.h to Compatibility.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:35:11 +0200
parents 7112a8af0b63
children d9473bd5ed43
comparison
equal deleted inserted replaced
4201:2d5209153b32 4202:2007ab69ac16
29 #if ORTHANC_ENABLE_PNG != 1 29 #if ORTHANC_ENABLE_PNG != 1
30 # error PNG support must be enabled to include this file 30 # error PNG support must be enabled to include this file
31 #endif 31 #endif
32 32
33 #include "IImageWriter.h" 33 #include "IImageWriter.h"
34 #include "../Compatibility.h" // For ORTHANC_OVERRIDE
34 35
35 #include <boost/shared_ptr.hpp> 36 #include <boost/shared_ptr.hpp>
36 37
37 namespace Orthanc 38 namespace Orthanc
38 { 39 {