diff Applications/Generic/NativeStoneApplicationRunner.h @ 860:238693c3bc51 am-dev

merge default -> am-dev
author Alain Mazy <alain@mazy.be>
date Mon, 24 Jun 2019 14:35:00 +0200
parents ab236bb5dbc7
children b537002f83a9 2d8ab34c8c91
line wrap: on
line diff
--- a/Applications/Generic/NativeStoneApplicationRunner.h	Wed Jun 19 17:36:33 2019 +0200
+++ b/Applications/Generic/NativeStoneApplicationRunner.h	Mon Jun 24 14:35:00 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