From ea93e5fb240c3c7eb80820d9ab5bd6f91c982f00 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Thu, 28 Dec 2006 22:03:01 +0000 Subject: [PATCH] sane.ds: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. With grateful acknowledgement to Marcus Meissner. --- dlls/sane.ds/ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/sane.ds/ui.c b/dlls/sane.ds/ui.c index befb5cc644d..da9dfb984b0 100644 --- a/dlls/sane.ds/ui.c +++ b/dlls/sane.ds/ui.c @@ -37,10 +37,10 @@ #include "wine/debug.h" #include "resource.h" -WINE_DEFAULT_DEBUG_CHANNEL(twain); - #ifdef HAVE_SANE +WINE_DEFAULT_DEBUG_CHANNEL(twain); + #define ID_BASE 0x100 #define ID_EDIT_BASE 0x1000 #define ID_STATIC_BASE 0x2000 -- 2.11.4.GIT