comparison Plugins/Engine/PluginsErrorDictionary.cpp @ 2884:497a637366b4 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Oct 2018 15:18:10 +0200
parents 878b59270859
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
1762:2b91363cc1d1 2884:497a637366b4
1 /** 1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store 2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2015 Sebastien Jodogne, Medical Physics 3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
4 * Department, University Hospital of Liege, Belgium 4 * Department, University Hospital of Liege, Belgium
5 * Copyright (C) 2017-2018 Osimis S.A., Belgium
5 * 6 *
6 * This program is free software: you can redistribute it and/or 7 * This program is free software: you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as 8 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation, either version 3 of the 9 * published by the Free Software Foundation, either version 3 of the
9 * License, or (at your option) any later version. 10 * License, or (at your option) any later version.
31 32
32 33
33 #include "../../OrthancServer/PrecompiledHeadersServer.h" 34 #include "../../OrthancServer/PrecompiledHeadersServer.h"
34 #include "PluginsErrorDictionary.h" 35 #include "PluginsErrorDictionary.h"
35 36
36 #if ORTHANC_PLUGINS_ENABLED != 1 37 #if ORTHANC_ENABLE_PLUGINS != 1
37 #error The plugin support is disabled 38 #error The plugin support is disabled
38 #endif 39 #endif
39 40
40 41
41 42