10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be

in both getch2 and getch2-win because only one of them is linked to.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17248 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2005-12-26 13:10:13 +00:00
parent 8cb2685e50
commit 715a93add1
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ int mp_input_win32_slave_cmd_func(int fd,char* dest,int size){
int screen_width=80; int screen_width=80;
int screen_height=24; int screen_height=24;
char * erase_to_end_of_line = "\033[J";
void get_screen_size(){ void get_screen_size(){
} }