aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/winmm.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-08-28 06:33:59 -0700
committerChris Robinson <[email protected]>2009-08-28 06:33:59 -0700
commitb444dea63b007b52a5eb5c2861c1e7091f31fe9d (patch)
treeb57177a6d6ea6040c0adfba2021d754ff4f7669c /Alc/winmm.c
parent1816c8bd37a9ff95827d95338963a9a14603543e (diff)
Fix compilation for Windows
Diffstat (limited to 'Alc/winmm.c')
-rw-r--r--Alc/winmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/winmm.c b/Alc/winmm.c
index 67865f26..e2a4a7b9 100644
--- a/Alc/winmm.c
+++ b/Alc/winmm.c
@@ -440,7 +440,7 @@ void alcWinMMDeinit()
NumCaptureDevices = 0;
}
-void alcWinMMProbe(ALCboolean capture)
+void alcWinMMProbe(int type)
{
ALuint lLoop;