mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
remove mingw64 special case from evoral visibility header (might be appropriate everywhere, needs testing)
This commit is contained in:
parent
9f121fac81
commit
19ab0fddef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue