| Index: media/audio/win/audio_manager_win.cc
|
| diff --git a/media/audio/win/audio_manager_win.cc b/media/audio/win/audio_manager_win.cc
|
| index a3d5ead202f401e31f25c54713b657e7a02c48fb..ba8f665886a2146d03168d81c738a665b9966c83 100644
|
| --- a/media/audio/win/audio_manager_win.cc
|
| +++ b/media/audio/win/audio_manager_win.cc
|
| @@ -36,6 +36,9 @@
|
| #include "media/base/channel_layout.h"
|
| #include "media/base/limits.h"
|
| #include "media/base/media_switches.h"
|
| +
|
| +// Libraries required for the SetupAPI and Wbem APIs used here.
|
| +#pragma comment(lib, "setupapi.lib")
|
|
|
| // The following are defined in various DDK headers, and we (re)define them here
|
| // to avoid adding the DDK as a chrome dependency.
|
|
|