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:
@@ -19,8 +19,10 @@
|
||||
#ifndef FLAC__PLUGIN_COMMON__VORBISCOMMENT_H
|
||||
#define FLAC__PLUGIN_COMMON__VORBISCOMMENT_H
|
||||
|
||||
#include "export.h"
|
||||
|
||||
#include "canonical_tag.h"
|
||||
|
||||
void FLAC_plugin__vorbiscomment_get(const char *filename, FLAC_Plugin__CanonicalTag *tag);
|
||||
PLUGIN_COMMON_API void FLAC_plugin__vorbiscomment_get(const char *filename, FLAC_Plugin__CanonicalTag *tag);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user