aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/dsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r--Alc/dsound.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c
index ce628665..d50ecadb 100644
--- a/Alc/dsound.c
+++ b/Alc/dsound.c
@@ -505,3 +505,7 @@ LOAD_FUNC(DirectSoundEnumerateA);
if(FAILED(hr))
AL_PRINT("Error enumerating DirectSound devices (%#x)!\n", (unsigned int)hr);
}
+
+void alcDSoundDeinit(void)
+{
+}