Mercurial > hg > orthanc
comparison UnitTestsSources/JpegLosslessTests.cpp @ 2136:dd609a99d39a
uniformization of the macro naming
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 14:08:05 +0100 |
parents | b1291df2f780 |
children | a3a65de1840f |
comparison
equal
deleted
inserted
replaced
2135:cadfe0a2a393 | 2136:dd609a99d39a |
---|---|
33 #include "PrecompiledHeadersUnitTests.h" | 33 #include "PrecompiledHeadersUnitTests.h" |
34 #include "gtest/gtest.h" | 34 #include "gtest/gtest.h" |
35 | 35 |
36 #include "../OrthancServer/Internals/DicomImageDecoder.h" | 36 #include "../OrthancServer/Internals/DicomImageDecoder.h" |
37 | 37 |
38 #if ORTHANC_JPEG_LOSSLESS_ENABLED == 1 | 38 #if ORTHANC_ENABLE_JPEG_LOSSLESS == 1 |
39 | 39 |
40 #include <dcmtk/dcmdata/dcfilefo.h> | 40 #include <dcmtk/dcmdata/dcfilefo.h> |
41 | 41 |
42 #include "../OrthancServer/ParsedDicomFile.h" | 42 #include "../OrthancServer/ParsedDicomFile.h" |
43 #include "../Core/OrthancException.h" | 43 #include "../Core/OrthancException.h" |