Andrew Talbot : wnaspi32: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 2 06:45:59 CST 2007


Module: wine
Branch: master
Commit: 2a6024504abab3238d91f3b59ccf4ea4d7e78721
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2a6024504abab3238d91f3b59ccf4ea4d7e78721

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sat Dec 30 20:59:30 2006 +0000

wnaspi32: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

---

 dlls/wnaspi32/winaspi16.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wnaspi32/winaspi16.c b/dlls/wnaspi32/winaspi16.c
index c9adb51..ec451e4 100644
--- a/dlls/wnaspi32/winaspi16.c
+++ b/dlls/wnaspi32/winaspi16.c
@@ -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 @@ WINE_DEFAULT_DEBUG_CHANNEL(aspi);
 #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-cvs mailing list