summaryrefslogtreecommitdiff
path: root/libs/timecode
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-02 14:59:08 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-02 14:59:08 -0500
commite6c3cece645bdc031c388d814d439014f3e34442 (patch)
tree3721ddf8ec99eb0ae5065fca324d0d0c749ee987 /libs/timecode
parent86ad3161802acd7a5751118fec5562704fb97bed (diff)
remove recently added conflation of mingw64 and msvc with respect to symbol export
Diffstat (limited to 'libs/timecode')
-rw-r--r--libs/timecode/timecode/visibility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/timecode/timecode/visibility.h b/libs/timecode/timecode/visibility.h
index b7a62b6a49..f1c8833f26 100644
--- a/libs/timecode/timecode/visibility.h
+++ b/libs/timecode/timecode/visibility.h
@@ -20,7 +20,7 @@
#ifndef __libtimecode_visibility_h__
#define __libtimecode_visibility_h__
-#if defined(COMPILER_MSVC) || defined(__MINGW64__)
+#if defined(COMPILER_MSVC)
#define LIBTIMECODE_DLL_IMPORT __declspec(dllimport)
#define LIBTIMECODE_DLL_EXPORT __declspec(dllexport)
#define LIBTIMECODE_DLL_LOCAL