Commit e8db705f authored by Pavel Roskin's avatar Pavel Roskin Committed by Alexandre Julliard

Moved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.

parent 6c9f813c
......@@ -52,10 +52,10 @@
#endif
#include "wine/debug.h"
#if defined(HAVE_ALSA) && ((SND_LIB_MAJOR == 0 && SND_LIB_MINOR >= 9) || SND_LIB_MAJOR >= 1)
WINE_DEFAULT_DEBUG_CHANNEL(midi);
#if defined(HAVE_ALSA) && ((SND_LIB_MAJOR == 0 && SND_LIB_MINOR >= 9) || SND_LIB_MAJOR >= 1)
typedef struct {
int state; /* -1 disabled, 0 is no recording started, 1 in recording, bit 2 set if in sys exclusive recording */
DWORD bufsize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment