diff options
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/CubebStream.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/AudioCommon/CubebUtils.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/AudioCommon/WASAPIStream.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/AudioCommon/WASAPIStream.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/AudioCommon/CubebStream.cpp b/Source/Core/AudioCommon/CubebStream.cpp index adc947b426..0cdf7f3b99 100644 --- a/Source/Core/AudioCommon/CubebStream.cpp +++ b/Source/Core/AudioCommon/CubebStream.cpp @@ -12,7 +12,7 @@ #include "Core/System.h" #ifdef _WIN32 -#include <Objbase.h> +#include <objbase.h> #endif // ~10 ms - needs to be at least 240 for surround diff --git a/Source/Core/AudioCommon/CubebUtils.cpp b/Source/Core/AudioCommon/CubebUtils.cpp index 85fb44767e..0be4fdeb81 100644 --- a/Source/Core/AudioCommon/CubebUtils.cpp +++ b/Source/Core/AudioCommon/CubebUtils.cpp @@ -14,7 +14,7 @@ #include <cubeb/cubeb.h> #ifdef _WIN32 -#include <Objbase.h> +#include <objbase.h> #endif static void LogCallback(const char* format, ...) diff --git a/Source/Core/AudioCommon/WASAPIStream.cpp b/Source/Core/AudioCommon/WASAPIStream.cpp index 07a399a890..174ffbc9cb 100644 --- a/Source/Core/AudioCommon/WASAPIStream.cpp +++ b/Source/Core/AudioCommon/WASAPIStream.cpp @@ -7,7 +7,7 @@ // clang-format off #include <initguid.h> -#include <Audioclient.h> +#include <audioclient.h> #include <mmdeviceapi.h> #include <functiondiscoverykeys_devpkey.h> #include <wil/resource.h> diff --git a/Source/Core/AudioCommon/WASAPIStream.h b/Source/Core/AudioCommon/WASAPIStream.h index dfe0974a8c..ba058c78d3 100644 --- a/Source/Core/AudioCommon/WASAPIStream.h +++ b/Source/Core/AudioCommon/WASAPIStream.h @@ -6,7 +6,7 @@ #ifdef _WIN32 // clang-format off -#include <Windows.h> +#include <windows.h> #include <mmreg.h> #include <objbase.h> #include <wil/resource.h> |
