Move variant code to its own debug channel

Mike Hearn mh at codeweavers.com
Fri Jul 2 12:51:44 CDT 2004


Mike Hearn <mh at codeweavers.com>
Move variant code to its own debug channel

Index: dlls/oleaut32/safearray.c
===================================================================
RCS file: /cvstrees/crossover/office/wine/dlls/oleaut32/safearray.c,v
retrieving revision 1.1.1.18
diff -u -p -r1.1.1.18 safearray.c
--- dlls/oleaut32/safearray.c	9 Apr 2004 00:37:59 -0000	1.1.1.18
+++ dlls/oleaut32/safearray.c	2 Jul 2004 17:44:48 -0000
@@ -43,7 +43,7 @@
 #include "wine/debug.h"
 #include "variant.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(ole);
+WINE_DEFAULT_DEBUG_CHANNEL(variant);
 
 /************************************************************************
  * SafeArray {OLEAUT32}
Index: dlls/oleaut32/varformat.c
===================================================================
RCS file: /cvstrees/crossover/office/wine/dlls/oleaut32/varformat.c,v
retrieving revision 1.1.1.3
diff -u -p -r1.1.1.3 varformat.c
--- dlls/oleaut32/varformat.c	2 Mar 2004 22:20:12 -0000	1.1.1.3
+++ dlls/oleaut32/varformat.c	2 Jul 2004 17:44:53 -0000
@@ -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
Index: dlls/oleaut32/variant.c
===================================================================
RCS file: /cvstrees/crossover/office/wine/dlls/oleaut32/variant.c,v
retrieving revision 1.1.1.31
diff -u -p -r1.1.1.31 variant.c
--- dlls/oleaut32/variant.c	6 May 2004 17:59:44 -0000	1.1.1.31
+++ dlls/oleaut32/variant.c	2 Jul 2004 17:45:03 -0000
@@ -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] =
 {
Index: dlls/oleaut32/vartype.c
===================================================================
RCS file: /cvstrees/crossover/office/wine/dlls/oleaut32/vartype.c,v
retrieving revision 1.1.1.8
diff -u -p -r1.1.1.8 vartype.c
--- dlls/oleaut32/vartype.c	6 May 2004 17:59:44 -0000	1.1.1.8
+++ dlls/oleaut32/vartype.c	2 Jul 2004 17:45:14 -0000
@@ -27,7 +27,7 @@
 #include "variant.h"
 #include "resource.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(ole);
+WINE_DEFAULT_DEBUG_CHANNEL(variant);
 
 extern HMODULE OLEAUT32_hModule;
 





More information about the wine-patches mailing list