Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patched to compile on Windows.
  • Loading branch information
icculus committed Mar 20, 2015
1 parent e9a7a81 commit 1877f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/winmm/SDL_winmm.c
Expand Up @@ -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; \
Expand Down

0 comments on commit 1877f57

Please sign in to comment.