13 Dec
2013
13 Dec
'13
6:41 p.m.
Alexandre Bique <bique.alexandre(a)gmail.com> writes:
@@ -95,6 +95,7 @@ static int MODM_NumDevs = 0; /* this is the total number of MIDI out devices found */ static int MIDM_NumDevs = 0;
+static CRITICAL_SECTION midiSeqLock = { NULL, -1, 0, 0, 0, 0 };
Please add debug information like it's done in other places. -- Alexandre Julliard julliard(a)winehq.org