Mercurial > hg > orthanc
comparison OrthancServer/OrthancInitialization.h @ 2380:96b3ec054b69
reorganization in macros
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Aug 2017 16:49:44 +0200 |
parents | 3ab96768d144 |
children | b8969010b534 |
comparison
equal
deleted
inserted
replaced
2379:4900688827a8 | 2380:96b3ec054b69 |
---|---|
45 | 45 |
46 #include "DicomProtocol/RemoteModalityParameters.h" | 46 #include "DicomProtocol/RemoteModalityParameters.h" |
47 #include "IDatabaseWrapper.h" | 47 #include "IDatabaseWrapper.h" |
48 #include "ServerEnumerations.h" | 48 #include "ServerEnumerations.h" |
49 | 49 |
50 #if !defined(ORTHANC_ENABLE_JPEG) | 50 #if !defined(ORTHANC_ENABLE_DCMTK_JPEG) |
51 # error The macro ORTHANC_ENABLE_JPEG must be defined | 51 # error The macro ORTHANC_ENABLE_DCMTK_JPEG must be defined |
52 #endif | 52 #endif |
53 | 53 |
54 #if !defined(ORTHANC_ENABLE_JPEG_LOSSLESS) | 54 #if !defined(ORTHANC_ENABLE_DCMTK_JPEG_LOSSLESS) |
55 # error The macro ORTHANC_ENABLE_JPEG_LOSSLESS must be defined | 55 # error The macro ORTHANC_ENABLE_DCMTK_JPEG_LOSSLESS must be defined |
56 #endif | 56 #endif |
57 | 57 |
58 | 58 |
59 class DcmDataset; | 59 class DcmDataset; |
60 class DcmItem; | 60 class DcmItem; |