mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -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:
@@ -37,7 +37,7 @@
|
||||
#ifndef DISABLE_GUI
|
||||
#include "gui/guiiconprovider.h"
|
||||
#ifdef Q_OS_WIN
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <QSharedMemory>
|
||||
#include <QSessionManager>
|
||||
#endif // Q_OS_WIN
|
||||
|
||||
Reference in New Issue
Block a user