wnaspi32: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Dec 30 14:59:30 CST 2006


Changelog:
    wnaspi32: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

diff -urN a/dlls/wnaspi32/winaspi16.c b/dlls/wnaspi32/winaspi16.c
--- a/dlls/wnaspi32/winaspi16.c	2006-10-07 17:37:09.000000000 +0100
+++ b/dlls/wnaspi32/winaspi16.c	2006-12-30 20:41:44.000000000 +0000
@@ -41,8 +41,6 @@
 #include "wine/winaspi.h"
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(aspi);
-
 
 /* FIXME!
  * 1) Residual byte length reporting not handled
@@ -55,6 +53,8 @@
 #define PTR_TO_LIN(ptr,mode) \
   ((mode) == ASPI_DOS ? ((void*)(((unsigned int)SELECTOROF(ptr) << 4) + OFFSETOF(ptr))) : MapSL(ptr))
 
+WINE_DEFAULT_DEBUG_CHANNEL(aspi);
+
 static ASPI_DEVICE_INFO *ASPI_open_devices = NULL;
 
 static FARPROC16 ASPIChainFunc = NULL;



More information about the wine-patches mailing list