Module: wine Branch: master Commit: 61900098b16181e6da3867e0986a526088d63b11 URL: http://source.winehq.org/git/wine.git/?a=commit;h=61900098b16181e6da3867e098...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Mon Oct 27 22:00:26 2008 +0800
gdi32: Move DC mapping APIs to the 'dc' debug channel.
---
dlls/gdi32/mapping.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdi32/mapping.c b/dlls/gdi32/mapping.c index c5ea270..cc82fc2 100644 --- a/dlls/gdi32/mapping.c +++ b/dlls/gdi32/mapping.c @@ -27,7 +27,7 @@ #include "gdi_private.h" #include "wine/debug.h"
-WINE_DEFAULT_DEBUG_CHANNEL(gdi); +WINE_DEFAULT_DEBUG_CHANNEL(dc);
/***********************************************************************