Commit f349cbb7 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Move variant code to its own debug channel.

parent 73648536
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "wine/debug.h" #include "wine/debug.h"
#include "variant.h" #include "variant.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole); WINE_DEFAULT_DEBUG_CHANNEL(variant);
/************************************************************************ /************************************************************************
* SafeArray {OLEAUT32} * SafeArray {OLEAUT32}
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include "winerror.h" #include "winerror.h"
#include "variant.h" #include "variant.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole); WINE_DEFAULT_DEBUG_CHANNEL(variant);
/* Make sure internal conversions to strings use the '.','+'/'-' and ',' /* Make sure internal conversions to strings use the '.','+'/'-' and ','
* format chars from the US locale. This enables us to parse the created * format chars from the US locale. This enables us to parse the created
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "winerror.h" #include "winerror.h"
#include "variant.h" #include "variant.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole); WINE_DEFAULT_DEBUG_CHANNEL(variant);
const char* wine_vtypes[VT_CLSID] = const char* wine_vtypes[VT_CLSID] =
{ {
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "variant.h" #include "variant.h"
#include "resource.h" #include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole); WINE_DEFAULT_DEBUG_CHANNEL(variant);
extern HMODULE OLEAUT32_hModule; extern HMODULE OLEAUT32_hModule;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment