diff options
author | rpaquay@chromium.org <rpaquay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 23:54:55 +0000 |
---|---|---|
committer | rpaquay@chromium.org <rpaquay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 23:54:55 +0000 |
commit | be6feb8fd4fdb669438d3f74b2b24edee43b6160 (patch) | |
tree | d229ea0a97c9f2ba6b05ca14d343ac802acc2d12 /device/bluetooth | |
parent | 55892bf1106a04bec26834f4a3bb5fcc5759abf3 (diff) | |
download | chromium_src-be6feb8fd4fdb669438d3f74b2b24edee43b6160.zip chromium_src-be6feb8fd4fdb669438d3f74b2b24edee43b6160.tar.gz chromium_src-be6feb8fd4fdb669438d3f74b2b24edee43b6160.tar.bz2 |
Delay load "setupapi.dll" for Bluetooth (on Windows).
Pre-CL for https://codereview.chromium.org/379943003/:
We need to delay load "setupapi.dll" as device/bluetooth now uses "SetupDiGetDevicePropery" which is available on Vista+ only.
BUG=388016
TBR=keybuk@chromium.org, armansito@chromium.org
Review URL: https://codereview.chromium.org/387673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282472 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth')
-rw-r--r-- | device/bluetooth/bluetooth.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp index 25c6753..bacdbfb 100644 --- a/device/bluetooth/bluetooth.gyp +++ b/device/bluetooth/bluetooth.gyp @@ -110,6 +110,7 @@ # Despite MSDN stating that Bthprops.dll contains the # symbols declared by bthprops.lib, they actually reside here: 'Bthprops.cpl', + 'setupapi.dll', ], }, }, |