mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
committed by
GitHub
parent
21b77cb4f8
commit
f3f4610ba4
@@ -41,7 +41,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#elif defined(Q_OS_MACOS) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include <windows.h>
|
||||
#include <powrprof.h>
|
||||
#include <Shlobj.h>
|
||||
#include <shlobj.h>
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <QtSystemDetection>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <QString>
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
#include <QtSystemDetection>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <Windows.h>
|
||||
#include <Ntsecapi.h>
|
||||
#include <windows.h>
|
||||
#include <ntsecapi.h>
|
||||
#else // Q_OS_WIN
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
|
||||
Reference in New Issue
Block a user