summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-12-05 12:19:01 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2013-12-05 12:19:01 -0500
commitc16551c80820e9f71341b2f940143c8b3f44f5ce (patch)
tree6bd76795ce541aeb6d24c33de728c7094f3250c2 /libs/surfaces
parent5792674ca4d02e093b4318d31a117a47ae72ecdf (diff)
parent144f4cb4231c3cc24bf5e2ff495efa7925fe30fb (diff)
Merge branch 'expvis' of https://github.com/mojofunk/ardour into exportvis
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/control_protocol/control_protocol/visibility.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/surfaces/control_protocol/control_protocol/visibility.h b/libs/surfaces/control_protocol/control_protocol/visibility.h
index 418fb6d2b3..88dcff0940 100644
--- a/libs/surfaces/control_protocol/control_protocol/visibility.h
+++ b/libs/surfaces/control_protocol/control_protocol/visibility.h
@@ -20,12 +20,7 @@
#ifndef __libcontrolcp_visibility_h__
#define __libcontrolcp_visibility_h__
-/* _WIN32 is defined by most compilers targetting Windows, but within the
- * controlcp source tree, we also define COMPILER_MSVC or COMPILER_MINGW depending
- * on how a Windows build is built.
- */
-
-#if defined _WIN32 || defined __CYGWIN__ || defined(COMPILER_MSVC) || defined(COMPILER_MINGW)
+#if defined(COMPILER_MSVC)
#define LIBCONTROLCP_DLL_IMPORT __declspec(dllimport)
#define LIBCONTROLCP_DLL_EXPORT __declspec(dllexport)
#define LIBCONTROLCP_DLL_LOCAL