Mercurial > hg > orthanc
diff OrthancServer/DicomProtocol/DicomServer.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 | b8969010b534 |
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/DicomServer.h Mon Aug 28 18:07:03 2017 +0200 +++ b/OrthancServer/DicomProtocol/DicomServer.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 "IFindRequestHandlerFactory.h" #include "IMoveRequestHandlerFactory.h" #include "IStoreRequestHandlerFactory.h"