From d1d2584158b03f375cecdfdfd24f3f8ed23fd05d Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 17 Mar 2025 13:20:41 +0300 Subject: WinMM: Allow fallback to PCM16 if FLOAT32 fails --- utils/winmm_drv/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/winmm_drv/src/stdafx.h') diff --git a/utils/winmm_drv/src/stdafx.h b/utils/winmm_drv/src/stdafx.h index dd8b15c..185e474 100644 --- a/utils/winmm_drv/src/stdafx.h +++ b/utils/winmm_drv/src/stdafx.h @@ -7,6 +7,8 @@ #include "targetver.h" +#include + #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: #include -- cgit v1.2.3