Fix compilation on windows due to #defines leaking out of windows headers
This commit is contained in:
parent
5ee6064a50
commit
9306efef99
@ -35,6 +35,11 @@
|
||||
#include <fileref.h>
|
||||
#include <tag.h>
|
||||
|
||||
// This is defined by one of the windows headers that is included by taglib.
|
||||
#ifdef RemoveDirectory
|
||||
#undef RemoveDirectory
|
||||
#endif
|
||||
|
||||
QStringList LibraryWatcher::sValidImages;
|
||||
|
||||
const char* LibraryWatcher::kSettingsGroup = "LibraryWatcher";
|
||||
|
Loading…
x
Reference in New Issue
Block a user