Patched to compile on Windows.

This commit is contained in:
Ryan C. Gordon 2015-03-19 23:35:43 -04:00
parent e9a7a81f28
commit 1877f5745b

View File

@ -39,7 +39,6 @@
#define DETECT_DEV_IMPL(iscap, typ, capstyp) \
static void DetectWave##typ##Devs(void) { \
const UINT iscapture = iscap ? 1 : 0; \
UINT devcount = wave##typ##GetNumDevs(); \
const UINT devcount = wave##typ##GetNumDevs(); \
capstyp caps; \
UINT i; \