aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-05-21 21:57:44 -0700
committerChris Robinson <[email protected]>2011-05-21 21:57:44 -0700
commitd07e94056d9522b70616e4e826156fccbbd6f278 (patch)
tree54ec3c184fdae8c7d13f7dbb05c69438bc7eddc4 /Alc/ALc.c
parent4d7aab1df42084a37cc7cda3b01b9fcc1f5ab360 (diff)
Use libuuid when it has MMDevApi's UIDs
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index f5a588fb..7f61af18 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -20,6 +20,7 @@
#include "config.h"
+#ifndef HAVE_LIBUUID
#ifdef HAVE_MMDEVAPI
#define INITGUID
#include <mmdeviceapi.h>
@@ -42,6 +43,7 @@
#include <ksmedia.h>
#endif
#endif
+#endif
#include <math.h>
#include <stdlib.h>