Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
1f15ddce
Commit
1f15ddce
authored
Nov 11, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conhost: Use console debug channel.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
817ff318
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
conhost.c
programs/conhost/conhost.c
+1
-1
window.c
programs/conhost/window.c
+1
-1
No files found.
programs/conhost/conhost.c
View file @
1f15ddce
...
...
@@ -26,7 +26,7 @@
#include "wine/server.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
con
host
);
WINE_DEFAULT_DEBUG_CHANNEL
(
con
sole
);
static
const
char_info_t
empty_char_info
=
{
' '
,
0x0007
};
/* white on black space */
...
...
programs/conhost/window.c
View file @
1f15ddce
...
...
@@ -27,7 +27,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
con
host
);
WINE_DEFAULT_DEBUG_CHANNEL
(
con
sole
);
#define WM_UPDATE_CONFIG (WM_USER + 1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment