comparison Framework/Oracle/ThreadedOracle.h @ 1509:b7210c688ca7

linking SDL samples against system-wide orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 09:14:35 +0200
parents 30deba7bc8e2
children
comparison
equal deleted inserted replaced
1508:dd1d1cc0575d 1509:b7210c688ca7
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 <OrthancFramework.h> // To have the macros properly defined
23 25
24 #if !defined(ORTHANC_ENABLE_THREADS) 26 #if !defined(ORTHANC_ENABLE_THREADS)
25 # error The macro ORTHANC_ENABLE_THREADS must be defined 27 # error The macro ORTHANC_ENABLE_THREADS must be defined
26 #endif 28 #endif
27 29