diff options
author | Chris Robinson <[email protected]> | 2009-08-28 06:33:59 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-08-28 06:33:59 -0700 |
commit | b444dea63b007b52a5eb5c2861c1e7091f31fe9d (patch) | |
tree | b57177a6d6ea6040c0adfba2021d754ff4f7669c /Alc/winmm.c | |
parent | 1816c8bd37a9ff95827d95338963a9a14603543e (diff) |
Fix compilation for Windows
Diffstat (limited to 'Alc/winmm.c')
-rw-r--r-- | Alc/winmm.c | 2 |
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; |