aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/helpers.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-03-09 18:56:24 -0800
committerChris Robinson <[email protected]>2018-03-09 18:56:24 -0800
commita6ddeaf5f190a3640f816a4767ffa8b10fbd1b5d (patch)
tree2bb9afdfdf76e7efd03cc883bcc1fa1e6caf71c7 /Alc/helpers.c
parent30821e978b69fa017cbcd76e5ff25c62f16b1d2a (diff)
Rename the mmdevapi backend to wasapi
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r--Alc/helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c
index 6de1fdc3..e5545492 100644
--- a/Alc/helpers.c
+++ b/Alc/helpers.c
@@ -66,7 +66,7 @@ DEFINE_GUID(IID_IAudioClient, 0x1cb9ad4c, 0xdbfa, 0x4c32, 0xb1,0x78, 0xc
DEFINE_GUID(IID_IAudioRenderClient, 0xf294acfc, 0x3146, 0x4483, 0xa7,0xbf, 0xad,0xdc,0xa7,0xc2,0x60,0xe2);
DEFINE_GUID(IID_IAudioCaptureClient, 0xc8adbd64, 0xe71e, 0x48a0, 0xa4,0xde, 0x18,0x5c,0x39,0x5c,0xd3,0x17);
-#ifdef HAVE_MMDEVAPI
+#ifdef HAVE_WASAPI
#include <wtypes.h>
#include <devpropdef.h>
#include <propkeydef.h>