]> git.sesse.net Git - vlc/commit
* modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32...
authorGildas Bazin <gbazin@videolan.org>
Thu, 23 Jan 2003 09:53:55 +0000 (09:53 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 23 Jan 2003 09:53:55 +0000 (09:53 +0000)
commit77081ffba67aa9802769cf56760d19f286dfdb69
tree3a2904246197793cf7c99a1b327d763cd37542a3
parent768b2ea25a22f26d73e01ddea7bae60cd44f2278
* modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
call (someone willing to investigate this ?).
modules/control/rc/rc.c