Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a950a071
Commit
a950a071
authored
Feb 01, 2008
by
Rémi Denis-Courmont
Browse files
Set the Win32 console title
parent
90a0020f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc-common.c
View file @
a950a071
...
...
@@ -1828,6 +1828,7 @@ static void ShowConsole( vlc_bool_t b_dofile )
* Unicode/locale subsystem. By default, we have the obsolecent OEM code
* page (e.g. CP437 or CP850). */
SetConsoleOutputCP
(
GetACP
());
SetConsoleTitle
(
"VLC media player version "
PACKAGE_VERSION
);
freopen
(
"CONOUT$"
,
"w"
,
stderr
);
freopen
(
"CONIN$"
,
"r"
,
stdin
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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