13
0

remove mingw64 special case from evoral visibility header (might be appropriate everywhere, needs testing)

This commit is contained in:
Paul Davis 2014-03-01 18:58:12 -05:00
parent 9f121fac81
commit 19ab0fddef

View File

@ -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