mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06: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:
committed by
sledgehammer999
parent
a570bd5e2c
commit
d513d002cc
@@ -47,7 +47,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <ShlObj.h>
|
||||
#include <shlobj.h>
|
||||
#include <winreg.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user