From f349cbb72b540f53ff59cd54139e425dc7620560 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Sun, 4 Jul 2004 00:09:11 +0000 Subject: [PATCH] Move variant code to its own debug channel. --- dlls/oleaut32/safearray.c | 2 +- dlls/oleaut32/varformat.c | 2 +- dlls/oleaut32/variant.c | 2 +- dlls/oleaut32/vartype.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/oleaut32/safearray.c b/dlls/oleaut32/safearray.c index 28c56a0e553..76c30a69640 100644 --- a/dlls/oleaut32/safearray.c +++ b/dlls/oleaut32/safearray.c @@ -43,7 +43,7 @@ #include "wine/debug.h" #include "variant.h" -WINE_DEFAULT_DEBUG_CHANNEL(ole); +WINE_DEFAULT_DEBUG_CHANNEL(variant); /************************************************************************ * SafeArray {OLEAUT32} diff --git a/dlls/oleaut32/varformat.c b/dlls/oleaut32/varformat.c index 2f19ca87a1b..230cfff3f94 100644 --- a/dlls/oleaut32/varformat.c +++ b/dlls/oleaut32/varformat.c @@ -41,7 +41,7 @@ #include "winerror.h" #include "variant.h" -WINE_DEFAULT_DEBUG_CHANNEL(ole); +WINE_DEFAULT_DEBUG_CHANNEL(variant); /* Make sure internal conversions to strings use the '.','+'/'-' and ',' * format chars from the US locale. This enables us to parse the created diff --git a/dlls/oleaut32/variant.c b/dlls/oleaut32/variant.c index 86a4664e445..1755a68349c 100644 --- a/dlls/oleaut32/variant.c +++ b/dlls/oleaut32/variant.c @@ -38,7 +38,7 @@ #include "winerror.h" #include "variant.h" -WINE_DEFAULT_DEBUG_CHANNEL(ole); +WINE_DEFAULT_DEBUG_CHANNEL(variant); const char* wine_vtypes[VT_CLSID] = { diff --git a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c index 900205333fb..43ae1a6352b 100644 --- a/dlls/oleaut32/vartype.c +++ b/dlls/oleaut32/vartype.c @@ -27,7 +27,7 @@ #include "variant.h" #include "resource.h" -WINE_DEFAULT_DEBUG_CHANNEL(ole); +WINE_DEFAULT_DEBUG_CHANNEL(variant); extern HMODULE OLEAUT32_hModule;