diff Orthanc/Core/SQLite/OrthancSQLiteException.h @ 172:330ecfd96aec

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Oct 2017 12:53:46 +0200
parents 3809121c3290
children
line wrap: on
line diff
--- a/Orthanc/Core/SQLite/OrthancSQLiteException.h	Thu Aug 24 19:49:20 2017 +0200
+++ b/Orthanc/Core/SQLite/OrthancSQLiteException.h	Tue Oct 10 12:53:46 2017 +0200
@@ -38,6 +38,11 @@
 #pragma once
 
 
+#if ORTHANC_ENABLE_SQLITE != 1
+#  error Macro ORTHANC_ENABLE_SQLITE must be set to 1 to use SQLite
+#endif
+
+
 #if ORTHANC_SQLITE_STANDALONE == 1
 #include <stdexcept>