File: patch_wine_workaround.diff

package info (click to toggle)
cadencii 3.3.9%2Bsvn20110818.r1732-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 35,880 kB
  • sloc: cs: 160,836; java: 42,449; cpp: 7,605; ansic: 1,728; perl: 1,087; makefile: 236; php: 142; xml: 117; sh: 21
file content (11 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
--- dlls/winecoreaudio.drv/midi.c	2008-07-26 00:42:25.000000000 +0900
+++ dlls/winecoreaudio.drv/midi.c	2011-03-03 00:09:14.000000000 +0900
@@ -116,7 +116,7 @@
     MIDIOut_NumDevs = MAX_MIDI_SYNTHS;
     MIDIOut_NumDevs += numDest;
 
-    MIDIIn_NumDevs = MIDIGetNumberOfSources();
+    MIDIIn_NumDevs = 0;// oh no... MIDIGetNumberOfSources();
 
     TRACE("MIDIOut_NumDevs %d MIDIIn_NumDevs %d\n", MIDIOut_NumDevs, MIDIIn_NumDevs);