winealsa: Remove a workaround for versions of alsa-lib before 1.0.12.
Version 1.0.12 was released in 2006. Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8686fc82f0
commit
52e262370a
|
@ -54,10 +54,6 @@
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(midi);
|
WINE_DEFAULT_DEBUG_CHANNEL(midi);
|
||||||
|
|
||||||
#ifndef SND_SEQ_PORT_TYPE_PORT
|
|
||||||
#define SND_SEQ_PORT_TYPE_PORT (1<<19) /* Appears in version 1.0.12rc1 */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int state; /* -1 disabled, 0 is no recording started, 1 in recording, bit 2 set if in sys exclusive recording */
|
int state; /* -1 disabled, 0 is no recording started, 1 in recording, bit 2 set if in sys exclusive recording */
|
||||||
MIDIOPENDESC midiDesc;
|
MIDIOPENDESC midiDesc;
|
||||||
|
|
Loading…
Reference in New Issue