mirror of
https://github.com/taglib/taglib.git
synced 2025-10-05 02:54:45 -04:00
Make tests work with BUILD_SHARED_LIBS=ON on Windows
This commit is contained in:
@ -35,6 +35,11 @@
|
||||
#include "flacpicture.h"
|
||||
#include "taglib_export.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// Explained at end of tpropertymap.cpp
|
||||
extern template class TAGLIB_EXPORT TagLib::Map<TagLib::String, TagLib::StringList>;
|
||||
#endif
|
||||
|
||||
namespace TagLib {
|
||||
|
||||
namespace Ogg {
|
||||
|
Reference in New Issue
Block a user