summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-01 18:58:12 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-01 18:58:12 -0500
commit19ab0fddef258a0165a7542c09ded1ef3ebcb61f (patch)
treef98d4513ab2d2df327300eac68bacedc006f1b69
parent9f121fac81a36fe36f3815a2b5b05725b976ef91 (diff)
remove mingw64 special case from evoral visibility header (might be appropriate everywhere, needs testing)
-rw-r--r--libs/evoral/evoral/visibility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/evoral/visibility.h b/libs/evoral/evoral/visibility.h
index 32e410b3ab..7f4a898875 100644
--- a/libs/evoral/evoral/visibility.h
+++ b/libs/evoral/evoral/visibility.h
@@ -20,7 +20,7 @@
#ifndef __libevoral_visibility_h__
#define __libevoral_visibility_h__
-#if defined(COMPILER_MSVC) || defined(__MINGW64__)
+#if defined(COMPILER_MSVC)
#define LIBEVORAL_DLL_IMPORT __declspec(dllimport)
#define LIBEVORAL_DLL_EXPORT __declspec(dllexport)
#define LIBEVORAL_DLL_LOCAL