mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
committed by
GitHub
parent
21b77cb4f8
commit
f3f4610ba4
@@ -35,8 +35,8 @@
|
||||
#include <chrono>
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <Windows.h>
|
||||
#include <versionhelpers.h> // must follow after Windows.h
|
||||
#include <windows.h>
|
||||
#include <versionhelpers.h> // must follow after windows.h
|
||||
#endif
|
||||
|
||||
#include <QAction>
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
#include <QtSystemDetection>
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <Windows.h>
|
||||
#include <versionhelpers.h> // must follow after Windows.h
|
||||
#include <windows.h>
|
||||
#include <versionhelpers.h> // must follow after windows.h
|
||||
#endif
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
#include <QScopeGuard>
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <Windows.h>
|
||||
#include <Shellapi.h>
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#else
|
||||
#include <QMimeDatabase>
|
||||
#include <QMimeType>
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
#include <QtSystemDetection>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <Objbase.h>
|
||||
#include <Shlobj.h>
|
||||
#include <Shellapi.h>
|
||||
#include <objbase.h>
|
||||
#include <shlobj.h>
|
||||
#include <shellapi.h>
|
||||
#endif
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
Reference in New Issue
Block a user