Commit 79140eb2 authored by Mohamad Al-Jaf's avatar Mohamad Al-Jaf Committed by Alexandre Julliard

graphicscapture: Trim default debug channel.

The maximum size for a debug channel name is 15.
parent 61b80f67
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(graphicscapture); WINE_DEFAULT_DEBUG_CHANNEL(capture);
HRESULT WINAPI DllGetActivationFactory( HSTRING classid, IActivationFactory **factory ) HRESULT WINAPI DllGetActivationFactory( HSTRING classid, IActivationFactory **factory )
{ {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "private.h" #include "private.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(graphicscapture); WINE_DEFAULT_DEBUG_CHANNEL(capture);
struct session struct session
{ {
......
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