mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
convert includes like <Windows.h> to lowercase
There is header file windows.h, not Windows.h. MinGW on Linux build machine is filename case-sensitive.
This commit is contained in:
parent
e07562beae
commit
4706733846
5 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
#include <PowrProf.h>
|
||||
#include <powrprof.h>
|
||||
const int UNLEN = 256;
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue