remove recently added conflation of mingw64 and msvc with respect to symbol export
[ardour.git] / libs / canvas / canvas / visibility.h
index 9abb8f8d28fbc6d94957659938f84f4daef5c80e..e44fe86705f65f5aec98658e1766cc6f4cef20b0 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