[WINEALSA] Add Midi IN support (w/o alloca)

Eric Pouech pouech-eric at wanadoo.fr
Sun Jan 11 13:10:01 CST 2004


Christian Costa a écrit :
> +	for (wDevID = 0; wDevID < MIDM_NumDevs; wDevID++)
> +	    if ( (ev->source.client == MidiInDev[wDevID].addr.client) && (ev->source.client == MidiInDev[wDevID].addr.client) )
> +		break;
Why do you do twice the same test ?
A+




More information about the wine-devel mailing list