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:
parent
817ff31811
commit
1f15ddce9c
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue