comparison Framework/Oracle/ParseDicomSuccessMessage.h @ 1471:28c64c246312

working on a shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 12:57:54 +0200
parents 0ca50d275b9a
children 121d01aa328e
comparison
equal deleted inserted replaced
1470:390b0c30ba19 1471:28c64c246312
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23
24 #include "../OrthancStone.h"
23 25
24 #if !defined(ORTHANC_ENABLE_DCMTK) 26 #if !defined(ORTHANC_ENABLE_DCMTK)
25 # error The macro ORTHANC_ENABLE_DCMTK must be defined 27 # error The macro ORTHANC_ENABLE_DCMTK must be defined
26 #endif 28 #endif
27 29