mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes for building static libs (new FLAC__NO_DLL #define)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#ifndef FLAC__PLUGIN_COMMON__EXPORT_H
|
||||
#define FLAC__PLUGIN_COMMON__EXPORT_H
|
||||
|
||||
#if defined(unix) || defined(__CYGWIN__) || defined(__CYGWIN32__)
|
||||
#if defined(FLAC__NO_DLL) || defined(unix) || defined(__CYGWIN__) || defined(__CYGWIN32__)
|
||||
#define PLUGIN_COMMON_API
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user