Skip to content
Snippets Groups Projects
Commit e8db705f authored by Pavel Roskin's avatar Pavel Roskin Committed by Alexandre Julliard
Browse files

Moved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.

parent 6c9f813c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment