diff options
author | Wohlstand <admin@wohlnet.ru> | 2025-03-17 13:20:41 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2025-03-17 13:20:41 +0300 |
commit | d1d2584158b03f375cecdfdfd24f3f8ed23fd05d (patch) | |
tree | 9022b75f818c322287a25d3a0907552954871d3f /utils/winmm_drv/src/stdafx.h | |
parent | 6def5a7c318368eb3e2c692ff3b4aab7dbb8b56e (diff) | |
download | libADLMIDI-d1d2584158b03f375cecdfdfd24f3f8ed23fd05d.tar.gz libADLMIDI-d1d2584158b03f375cecdfdfd24f3f8ed23fd05d.tar.bz2 libADLMIDI-d1d2584158b03f375cecdfdfd24f3f8ed23fd05d.zip |
WinMM: Allow fallback to PCM16 if FLOAT32 fails
Diffstat (limited to 'utils/winmm_drv/src/stdafx.h')
-rw-r--r-- | utils/winmm_drv/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> + #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: #include <windows.h> |