summaryrefslogtreecommitdiff
path: root/chromium/device/bluetooth/bluetooth_init_win.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-06-18 14:10:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-06-18 13:53:24 +0000
commit813fbf95af77a531c57a8c497345ad2c61d475b3 (patch)
tree821b2c8de8365f21b6c9ba17a236fb3006a1d506 /chromium/device/bluetooth/bluetooth_init_win.h
parentaf6588f8d723931a298c995fa97259bb7f7deb55 (diff)
downloadqtwebengine-chromium-813fbf95af77a531c57a8c497345ad2c61d475b3.tar.gz
BASELINE: Update chromium to 44.0.2403.47
Change-Id: Ie056fedba95cf5e5c76b30c4b2c80fca4764aa2f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'chromium/device/bluetooth/bluetooth_init_win.h')
-rw-r--r--chromium/device/bluetooth/bluetooth_init_win.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/chromium/device/bluetooth/bluetooth_init_win.h b/chromium/device/bluetooth/bluetooth_init_win.h
index 57fe5d79484..b3a505ed779 100644
--- a/chromium/device/bluetooth/bluetooth_init_win.h
+++ b/chromium/device/bluetooth/bluetooth_init_win.h
@@ -9,14 +9,12 @@
#include <windows.h>
#include <BluetoothAPIs.h>
-#if defined(_WIN32_WINNT_WIN8) && _MSC_VER < 1700
-// The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h.
-#undef FACILITY_VISUALCPP
-#endif
#include <delayimp.h>
#include <ws2def.h>
#include <ws2bth.h>
+#include "device/bluetooth/bluetooth_export.h"
+
#pragma comment(lib, "Bthprops.lib")
#pragma comment(lib, "BluetoothApis.lib")
@@ -26,7 +24,7 @@ namespace bluetooth_init_win {
// Returns true if the machine has a bluetooth stack available. The first call
// to this function will involve file IO, so it should be done on an appropriate
// thread. This function is not thread-safe.
-bool HasBluetoothStack();
+bool DEVICE_BLUETOOTH_EXPORT HasBluetoothStack();
} // namespace bluetooth_init_win
} // namespace device