浏览代码

Patched to compile on Windows.

Ryan C. Gordon 10 年之前
父节点
当前提交
1877f5745b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/audio/winmm/SDL_winmm.c

+ 0 - 1
src/audio/winmm/SDL_winmm.c

@@ -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; \