Mercurial > hg > orthanc
diff OrthancServer/DicomProtocol/DicomUserConnection.h @ 2380:96b3ec054b69
reorganization in macros
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Aug 2017 16:49:44 +0200 |
parents | a3a65de1840f |
children |
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/DicomUserConnection.h Mon Aug 28 18:07:03 2017 +0200 +++ b/OrthancServer/DicomProtocol/DicomUserConnection.h Tue Aug 29 16:49:44 2017 +0200 @@ -33,6 +33,10 @@ #pragma once +#if ORTHANC_ENABLE_DCMTK_NETWORKING != 1 +# error The macro ORTHANC_ENABLE_DCMTK_NETWORKING must be set to 1 +#endif + #include "DicomFindAnswers.h" #include "../ServerEnumerations.h" #include "RemoteModalityParameters.h"