mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
tweaks to build libs as DLLs under windows
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user