tweaks to build libs as DLLs under windows

This commit is contained in:
Josh Coalson
2002-10-16 22:29:47 +00:00
parent 18db4f4678
commit 6afed9fc7f
24 changed files with 557 additions and 551 deletions

View File

@@ -57,7 +57,7 @@ namespace FLAC {
};
Prototype *clone(const Prototype *object)
FLACPP_API Prototype *clone(const Prototype *object)
{
FLAC__ASSERT(0 != object);
@@ -745,7 +745,7 @@ namespace FLAC {
//
// ============================================================
bool get_streaminfo(const char *filename, StreamInfo &streaminfo)
FLACPP_API bool get_streaminfo(const char *filename, StreamInfo &streaminfo)
{
FLAC__ASSERT(0 != filename);