Commit 4a935b11 authored by Christophe Mutricy's avatar Christophe Mutricy

caca.c: compile fix

parent 41f79cdb
......@@ -116,7 +116,7 @@ static int Create( vlc_object_t *p_this )
return VLC_EGENERIC;
}
HANDLE hstdout =
hstdout =
CreateConsoleScreenBuffer( GENERIC_READ | GENERIC_WRITE,
FILE_SHARE_READ | FILE_SHARE_WRITE,
NULL, CONSOLE_TEXTMODE_BUFFER, NULL );
......
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