summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLubomir I. Ivanov <lubomirivanov@vmware.com>2018-09-29 04:10:59 +0300
committerLubomir I. Ivanov <neolit123@gmail.com>2018-09-29 15:40:27 +0000
commit6cdb8dc9cd8a518d050d08be79938feee7a9bde2 (patch)
tree319de619028cbbbf7738354a7cdf53cd486a9848 /src
parent922e37e25b8d361597f1764a71baf75b340d8cf4 (diff)
qbluetoothservicediscoveryagent_win: use lowercase import
The import of "WinSock2.h" fails on MXE environments because cross building from Linux to Windows makes it so that the filesystem is case sensitive. Change-Id: I6d89530f430eb45bf07154cffb5938eb3761ee1e Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_win.cpp b/src/bluetooth/qbluetoothservicediscoveryagent_win.cpp
index 2c3c6437..e76dd7b6 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_win.cpp
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_win.cpp
@@ -47,7 +47,7 @@
#include <QtCore/QUrl>
#include <initguid.h>
-#include <WinSock2.h>
+#include <winsock2.h>
#include <qt_windows.h>
#include <bluetoothapis.h>
#include <ws2bth.h>