Lowercase windows includes in win audio device.
Also include rtc_base/win32.h, as windows.h needs to be included before any other header. Bug: None Change-Id: Ib2189f9aaadcf618264677fb65c041b5e85682c3 Reviewed-on: https://webrtc-review.googlesource.com/64846 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22616}
This commit is contained in:
parent
27f3bf5128
commit
7149136e72
@ -28,7 +28,7 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <Functiondiscoverykeys_devpkey.h>
|
||||
#include <functiondiscoverykeys_devpkey.h>
|
||||
#include <comdef.h>
|
||||
#include <dmo.h>
|
||||
#include <mmsystem.h>
|
||||
|
||||
@ -13,13 +13,15 @@
|
||||
|
||||
#if (_MSC_VER >= 1400) // only include for VS 2005 and higher
|
||||
|
||||
#include "rtc_base/win32.h"
|
||||
|
||||
#include "modules/audio_device/audio_device_generic.h"
|
||||
|
||||
#include <wmcodecdsp.h> // CLSID_CWMAudioAEC
|
||||
// (must be before audioclient.h)
|
||||
#include <Audioclient.h> // WASAPI
|
||||
#include <Audiopolicy.h>
|
||||
#include <Mmdeviceapi.h> // MMDevice
|
||||
#include <audioclient.h> // WASAPI
|
||||
#include <audiopolicy.h>
|
||||
#include <mmdeviceapi.h> // MMDevice
|
||||
#include <avrt.h> // Avrt
|
||||
#include <endpointvolume.h>
|
||||
#include <mediaobj.h> // IMediaObject
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user