aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index e3974939..0b3fdbbf 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -20,6 +20,29 @@
#include "config.h"
+#ifdef HAVE_MMDEVAPI
+#define INITGUID
+#include <mmdeviceapi.h>
+#include <audioclient.h>
+#include <cguid.h>
+#include <mmreg.h>
+#ifndef _WAVEFORMATEXTENSIBLE_
+#include <ks.h>
+#include <ksmedia.h>
+#endif
+#endif
+
+#ifdef HAVE_DSOUND
+#define INITGUID
+#include <dsound.h>
+#include <cguid.h>
+#include <mmreg.h>
+#ifndef _WAVEFORMATEXTENSIBLE_
+#include <ks.h>
+#include <ksmedia.h>
+#endif
+#endif
+
#include <math.h>
#include <stdlib.h>
#include <stdio.h>