conhost: Use console debug channel.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2020-11-11 20:07:13 +01:00 committed by Alexandre Julliard
parent 817ff31811
commit 1f15ddce9c
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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)