Commit 37fa2c88 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove rc-fake-tty from Win32 port since it's explicitly not supported.

parent 851b8a43
......@@ -183,7 +183,7 @@ vlc_module_begin();
set_subcategory( SUBCAT_INTERFACE_MAIN );
set_description( _("Remote control interface") );
add_bool( "rc-show-pos", 0, NULL, POS_TEXT, POS_LONGTEXT, VLC_TRUE );
#ifdef HAVE_ISATTY
#if defined (HAVE_ISATTY) && !defined (WIN32)
add_bool( "rc-fake-tty", 0, NULL, TTY_TEXT, TTY_LONGTEXT, VLC_TRUE );
#endif
add_string( "rc-unix", 0, NULL, UNIX_TEXT, UNIX_LONGTEXT, VLC_TRUE );
......
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