diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 11cce150..2329a4d7 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -28,6 +28,10 @@ #include <dsound.h> #include <mmreg.h> +#ifndef _WAVEFORMATEXTENSIBLE_ +#include <ks.h> +#include <ksmedia.h> +#endif #include "alMain.h" #include "AL/al.h" |