1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_DEFS_WIN_H_
6 #define DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_DEFS_WIN_H_
14 // bthledef.h is buggy and contains
17 // #pragma warning(pop)
18 // So, we disable the "unknown pragma" warning, then actually pop, and then pop
19 // our disabling of 4068.
20 #pragma warning(disable: 4068)
25 #include <bluetoothapis.h>
26 #include <bluetoothleapis.h>
28 #endif // DEVICE_BLUETOOTH_BLUETOOTH_LOW_ENERGY_DEFS_WIN_H_