diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2023-01-23 06:09:01 -0800 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2023-01-23 06:09:01 -0800 |
| commit | c338f9e2a1a8a0a96b41f0927f60ac7ff530b3a9 (patch) | |
| tree | 356cabf1b89906ea04a0453448c5622c9508ed65 /Source/Core/AudioCommon/WASAPIStream.cpp | |
| parent | 8032a71c4cbfef2cd5677486b1db6cc94df914c5 (diff) | |
windows: replace comdef dependency with winrt
Diffstat (limited to 'Source/Core/AudioCommon/WASAPIStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/WASAPIStream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/WASAPIStream.cpp b/Source/Core/AudioCommon/WASAPIStream.cpp index db111a64dd..dddc1f6ebb 100644 --- a/Source/Core/AudioCommon/WASAPIStream.cpp +++ b/Source/Core/AudioCommon/WASAPIStream.cpp @@ -7,7 +7,6 @@ // clang-format off #include <Audioclient.h> -#include <comdef.h> #include <mmdeviceapi.h> #include <devpkey.h> #include <functiondiscoverykeys_devpkey.h> |
