1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Always include shellapi independent of Qt version!

This commit is contained in:
Uwe L. Korn
2014-05-07 13:07:34 +01:00
parent 53471812e4
commit a937b99c3b

View File

@@ -86,9 +86,9 @@
#if defined ( WITH_QTSPARKLE )
#include <qtsparkle/Updater>
#endif
#include <shellapi.h>
#if QT_VERSION < QT_VERSION_CHECK(5,2,0)
#include <windows.h>
#include <shellapi.h>
#ifndef THBN_CLICKED
#define THBN_CLICKED 0x1800
#endif