The R Project SVN R

Rev

Rev 4394 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4394 Rev 9184
Line 106... Line 106...
106
}
106
}
107
 
107
 
108
 
108
 
109
 
109
 
110
/*
110
/*
111
 *  Beep the speaker:
111
 *  Play error sound
112
 */
112
 */
113
void gabeep(void)
113
void gabeep(void)
114
{
114
{
115
	MessageBeep(-1);
115
	MessageBeep(MB_ICONASTERISK);
116
}
116
}
117
 
117
 
118
/*
118
/*
119
 *  Take a name like "PROG.EXE" and set app_name to be "Prog".
119
 *  Take a name like "PROG.EXE" and set app_name to be "Prog".
120
 */
120
 */