winealsa.drv: Fix compilation with old alsa headers.

oldstable
Christian Costa 2007-06-10 12:38:56 +02:00 committed by Alexandre Julliard
parent 7d482d8e7e
commit de559d9ce0
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(midi);
#ifdef HAVE_ALSA
#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 */
DWORD bufsize;