Andrew Talbot : sane.ds: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
Module: wine Branch: master Commit: ea93e5fb240c3c7eb80820d9ab5bd6f91c982f00 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ea93e5fb240c3c7eb80820d9ab... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Thu Dec 28 22:03:01 2006 +0000 sane.ds: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. With grateful acknowledgement to Marcus Meissner. --- dlls/sane.ds/ui.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/sane.ds/ui.c b/dlls/sane.ds/ui.c index befb5cc..da9dfb9 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
participants (1)
-
Alexandre Julliard