Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.

This commit is contained in:
Festus Hagen
2013-05-25 01:58:49 -04:00
parent 54fbe15611
commit b3f3eeeec7
4 changed files with 32 additions and 4 deletions
Regular → Executable
-4
View File
@@ -32,10 +32,6 @@
#include "taglib_export.h"
#include "audioproperties.h"
#if _WIN32
# pragma comment(lib, "shlwapi.lib")
#endif
namespace TagLib {
class Tag;