fixes for building static libs (new FLAC__NO_DLL #define)

This commit is contained in:
Josh Coalson
2002-10-18 05:50:28 +00:00
parent 3a17d3c3c3
commit 1d25bb6a61
11 changed files with 17 additions and 17 deletions

View File

@@ -20,7 +20,7 @@
#ifndef FLACPP__EXPORT_H
#define FLACPP__EXPORT_H
#if defined(unix) || defined(__CYGWIN__) || defined(__CYGWIN32__)
#if defined(FLAC__NO_DLL) || defined(unix) || defined(__CYGWIN__) || defined(__CYGWIN32__)
#define FLACPP_API
#else