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 __libardour_libardour_visibility_h__
|
||||
#define __libardour_libardour_visibility_h__
|
||||
|
||||
#if defined(COMPILER_MSVC) || defined(__MINGW64__)
|
||||
#if defined(COMPILER_MSVC)
|
||||
#define LIBARDOUR_DLL_IMPORT __declspec(dllimport)
|
||||
#define LIBARDOUR_DLL_EXPORT __declspec(dllexport)
|
||||
#define LIBARDOUR_DLL_LOCAL
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef __libaudiographer_visibility_h__
|
||||
#define __libaudiographer_visibility_h__
|
||||
|
||||
#if defined(COMPILER_MSVC) || defined(__MINGW64__)
|
||||
#if defined(COMPILER_MSVC)
|
||||
#define LIBAUDIOGRAPHER_DLL_IMPORT __declspec(dllimport)
|
||||
#define LIBAUDIOGRAPHER_DLL_EXPORT __declspec(dllexport)
|
||||
#define LIBAUDIOGRAPHER_DLL_LOCAL
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef __libgtkmm2ext_visibility_h__
|
||||
#define __libgtkmm2ext_visibility_h__
|
||||
|
||||
#if defined(COMPILER_MSVC) || defined(__MINGW64__)
|
||||
#if defined(COMPILER_MSVC)
|
||||
#define LIBGTKMM2EXT_DLL_IMPORT __declspec(dllimport)
|
||||
#define LIBGTKMM2EXT_DLL_EXPORT __declspec(dllexport)
|
||||
#define LIBGTKMM2EXT_DLL_LOCAL
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef __libmidi_libmidi_visibility_h__
|
||||
#define __libmidi_libmidi_visibility_h__
|
||||
|
||||
#if defined(COMPILER_MSVC) || defined(__MINGW64__)
|
||||
#if defined(COMPILER_MSVC)
|
||||
#define LIBMIDIPP_DLL_IMPORT __declspec(dllimport)
|
||||
#define LIBMIDIPP_DLL_EXPORT __declspec(dllexport)
|
||||
#define LIBMIDIPP_DLL_LOCAL
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef __libcontrolcp_visibility_h__
|
||||
#define __libcontrolcp_visibility_h__
|
||||
|
||||
#if defined(COMPILER_MSVC) || defined(__MINGW64__)
|
||||
#if defined(COMPILER_MSVC)
|
||||
#define LIBCONTROLCP_DLL_IMPORT __declspec(dllimport)
|
||||
#define LIBCONTROLCP_DLL_EXPORT __declspec(dllexport)
|
||||
#define LIBCONTROLCP_DLL_LOCAL
|
||||
|
|
|
|||
|
|
@ -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