Trivial compile patch for dlls/winmm/winealsa/midi.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ChangeLog:

	* dlls/winmm/winealsa/midi.c: Set WINE_DEFAULT_DEBUG_CHANNEL
	unconditionally.

There are TRACE calls below corresponding #endif.

-- 
Regards,
Pavel Roskin
--- dlls/winmm/winealsa/midi.c
+++ dlls/winmm/winealsa/midi.c
@@ -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;

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux