Re: winealsa.drv: midiSeq must be protected by a mutex
13 Dec
2013
13 Dec
'13
12: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
4383
Age (days ago)
4383
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard