Unhardcode and increase bindable Lua-script-action count
[ardour.git] / libs / canvas / canvas / visibility.h
index 9abb8f8d28fbc6d94957659938f84f4daef5c80e..e0573e6ef12777bb09f7809bedab4e63982dacc8 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __libcanvas_visibility_h__
 #define __libcanvas_visibility_h__
 
-#if defined(COMPILER_MSVC) || defined(__MINGW64__)
+#if defined(COMPILER_MSVC)
   #define LIBCANVAS_DLL_IMPORT __declspec(dllimport)
   #define LIBCANVAS_DLL_EXPORT __declspec(dllexport)
   #define LIBCANVAS_DLL_LOCAL
@@ -38,7 +38,7 @@
     #define LIBCANVAS_API LIBCANVAS_DLL_EXPORT
   #else
     #define LIBCANVAS_API LIBCANVAS_DLL_IMPORT
-  #endif 
+  #endif
   #define LIBCANVAS_LOCAL LIBCANVAS_DLL_LOCAL
 #endif