mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Patched to compile on Windows.
This commit is contained in:
parent
e9a7a81f28
commit
1877f5745b
@ -39,7 +39,6 @@
|
|||||||
#define DETECT_DEV_IMPL(iscap, typ, capstyp) \
|
#define DETECT_DEV_IMPL(iscap, typ, capstyp) \
|
||||||
static void DetectWave##typ##Devs(void) { \
|
static void DetectWave##typ##Devs(void) { \
|
||||||
const UINT iscapture = iscap ? 1 : 0; \
|
const UINT iscapture = iscap ? 1 : 0; \
|
||||||
UINT devcount = wave##typ##GetNumDevs(); \
|
|
||||||
const UINT devcount = wave##typ##GetNumDevs(); \
|
const UINT devcount = wave##typ##GetNumDevs(); \
|
||||||
capstyp caps; \
|
capstyp caps; \
|
||||||
UINT i; \
|
UINT i; \
|
||||||
|
Loading…
Reference in New Issue
Block a user