summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
diff options
context:
space:
mode:
authorMarius Kittler <mariuskittler@gmx.de>2019-12-24 13:06:11 +0100
committerMartchus <martchus@gmx.net>2020-03-03 12:21:50 +0100
commit9931a174a699411a0ebccd0be496d8de26713ca6 (patch)
tree0f1e2637f4e9fbb77a50c2b4fc8978e0d2052cee /src/bluetooth
parent6d18706c7ceb09b5ec5bc57dbde508c8329c1785 (diff)
Fix case of setupapi.h for mingw-w64
Change-Id: I9ddb290a10a620334abaf0500dd7b280e86b3a03 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/bluetooth')
-rw-r--r--src/bluetooth/qlowenergycontroller_win.cpp2
1 files changed, 1 insertions, 1 deletions
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