[PATCH 3/4] winealsa: Remove a workaround for versions of alsa-lib before 1.0.12.

Huw Davies huw at codeweavers.com
Mon Mar 14 05:21:48 CDT 2022


Version 1.0.12 was released in 2006.

Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/winealsa.drv/midi.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/winealsa.drv/midi.c b/dlls/winealsa.drv/midi.c
index 699790d380d..e65cae6cda5 100644
--- a/dlls/winealsa.drv/midi.c
+++ b/dlls/winealsa.drv/midi.c
@@ -54,10 +54,6 @@
 
 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 {
     int			state;                  /* -1 disabled, 0 is no recording started, 1 in recording, bit 2 set if in sys exclusive recording */
     MIDIOPENDESC	midiDesc;
-- 
2.25.1




More information about the wine-devel mailing list