diff Core/Exports.h @ 3990:226ab94a33cd

disabling test for exporting symbols
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 May 2020 19:43:28 +0200
parents bdd8f952dd47
children 5d2348b39392
line wrap: on
line diff
--- a/Core/Exports.h	Fri May 29 19:04:15 2020 +0200
+++ b/Core/Exports.h	Fri May 29 19:43:28 2020 +0200
@@ -34,6 +34,8 @@
 #pragma once
 
 
+#if 0   // Test for the shared library
+
 // https://gcc.gnu.org/wiki/Visibility
 #if defined(_WIN32) || defined (__CYGWIN__)
 #  if !defined(BUILDING_ORTHANC_FRAMEWORK)
@@ -54,3 +56,5 @@
 #    pragma warning Unknown dynamic link import/export semantics
 #  endif
 #endif
+
+#endif