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

Pavel Roskin proski at gnu.org
Tue Sep 16 00:16:23 CDT 2003


ChangeLog:

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

There are TRACE calls below corresponding #endif.

-- 
Regards,
Pavel Roskin
-------------- next part --------------
--- 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;


More information about the wine-patches mailing list