From e2fc1f640fdf473fdf8f1de6fd1212731b8ffa13 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Fri, 6 Apr 2012 16:58:39 +0300 Subject: build: remove OS/2 support --- osdep/getch2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdep/getch2.h') diff --git a/osdep/getch2.h b/osdep/getch2.h index 458881c15f..4442f1181d 100644 --- a/osdep/getch2.h +++ b/osdep/getch2.h @@ -60,8 +60,8 @@ bool getch2(struct mp_fifo *fifo); char *get_term_charset(void); #endif -#if defined(__MINGW32__) || defined(__OS2__) -/* slave cmd function for Windows and OS/2 */ +#if defined(__MINGW32__) +// slave cmd function for Windows int mp_input_slave_cmd_func(int fd,char* dest,int size); #define USE_FD0_CMD_SELECT 0 #define MP_INPUT_SLAVE_CMD_FUNC mp_input_slave_cmd_func -- cgit v1.2.3