Make tests work with BUILD_SHARED_LIBS=ON on Windows

This commit is contained in:
Urs Fleisch
2021-02-16 16:22:02 +01:00
parent 304ab20174
commit 844f07d32d
6 changed files with 23 additions and 4 deletions

View File

@ -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 {