summaryrefslogtreecommitdiffstats
path: root/osdep/getch2-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/getch2-win.c')
-rw-r--r--osdep/getch2-win.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c
index c7607cee47..4bef70b418 100644
--- a/osdep/getch2-win.c
+++ b/osdep/getch2-win.c
@@ -166,6 +166,9 @@ bool getch2(struct mp_fifo *fifo)
return true;
}
+void getch2_poll(void){
+}
+
void getch2_enable(void)
{
DWORD retval;