Fix an error message in Win32

This commit is contained in:
Tsuda kageyu
2013-04-19 06:13:27 +09:00
parent b081fb2833
commit d959ab89f1
4 changed files with 35 additions and 11 deletions
+4
View File
@@ -32,6 +32,10 @@
#include "taglib_export.h"
#include "audioproperties.h"
#if _WIN32
# pragma comment(lib, "shlwapi.lib")
#endif
namespace TagLib {
class Tag;