mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Always include shellapi independent of Qt version!
This commit is contained in:
@@ -86,9 +86,9 @@
|
|||||||
#if defined ( WITH_QTSPARKLE )
|
#if defined ( WITH_QTSPARKLE )
|
||||||
#include <qtsparkle/Updater>
|
#include <qtsparkle/Updater>
|
||||||
#endif
|
#endif
|
||||||
|
#include <shellapi.h>
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(5,2,0)
|
#if QT_VERSION < QT_VERSION_CHECK(5,2,0)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <shellapi.h>
|
|
||||||
#ifndef THBN_CLICKED
|
#ifndef THBN_CLICKED
|
||||||
#define THBN_CLICKED 0x1800
|
#define THBN_CLICKED 0x1800
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user