Commit 1f15ddce authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

conhost: Use console debug channel.

parent 817ff318
......@@ -26,7 +26,7 @@
#include "wine/server.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(conhost);
WINE_DEFAULT_DEBUG_CHANNEL(console);
static const char_info_t empty_char_info = { ' ', 0x0007 }; /* white on black space */
......
......@@ -27,7 +27,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(conhost);
WINE_DEFAULT_DEBUG_CHANNEL(console);
#define WM_UPDATE_CONFIG (WM_USER + 1)
......
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