mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove recently added conflation of mingw64 and msvc with respect to symbol export
This commit is contained in:
parent
86ad316180
commit
e6c3cece64
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue