From 48df41f83462e6aaaa8ed68159ca16b41ba9d727 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Thu, 17 May 2012 18:29:54 +0900 Subject: [PATCH] oleaut32: Move OLEPicture implementation into its own debug channel. --- dlls/oleaut32/olepicture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/olepicture.c b/dlls/oleaut32/olepicture.c index 348529eba02..a00d463f0e3 100644 --- a/dlls/oleaut32/olepicture.c +++ b/dlls/oleaut32/olepicture.c @@ -66,7 +66,7 @@ #include "wine/unicode.h" #include "wine/library.h" -WINE_DEFAULT_DEBUG_CHANNEL(ole); +WINE_DEFAULT_DEBUG_CHANNEL(olepicture); #include "pshpack1.h" -- 2.11.4.GIT