summarylogtreecommitdiffstats
path: root/0001-Fix-case-of-setupapi.h-for-mingw-w64.patch
blob: 02e348f73d9af17814559089d898f220bfd8d2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 7c08a83848ab4102d2ec4a98c503c7ace26e3e24 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Tue, 24 Dec 2019 13:06:11 +0100
Subject: [PATCH] Fix case of setupapi.h for mingw-w64

---
 src/bluetooth/qlowenergycontroller_win.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bluetooth/qlowenergycontroller_win.cpp b/src/bluetooth/qlowenergycontroller_win.cpp
index ced69685..7a30be9a 100644
--- a/src/bluetooth/qlowenergycontroller_win.cpp
+++ b/src/bluetooth/qlowenergycontroller_win.cpp
@@ -51,7 +51,7 @@
 
 #include <algorithm> // for std::max
 
-#include <SetupAPI.h>
+#include <setupapi.h>
 
 QT_BEGIN_NAMESPACE
 
-- 
2.25.0