diff Applications/Generic/NativeStoneApplicationRunner.h @ 748:ab236bb5dbc7

ThreadedOracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 14:46:26 +0200
parents b70e9be013e4
children b537002f83a9 2d8ab34c8c91
line wrap: on
line diff
--- a/Applications/Generic/NativeStoneApplicationRunner.h	Wed May 22 12:48:57 2019 +0200
+++ b/Applications/Generic/NativeStoneApplicationRunner.h	Wed May 22 14:46:26 2019 +0200
@@ -23,8 +23,8 @@
 
 #include "../IStoneApplication.h"
 
-#if ORTHANC_ENABLE_NATIVE != 1
-#error this file shall be included only with the ORTHANC_ENABLE_NATIVE set to 1
+#if ORTHANC_ENABLE_THREADS != 1
+#error this file shall be included only with the ORTHANC_ENABLE_THREADS set to 1
 #endif
 
 namespace OrthancStone