Skip to content
Snippets Groups Projects
Commit 432d96be authored by rswindell's avatar rswindell
Browse files

Changed xp_beep to unix_beep.

parent 78f67f43
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ char* strrev(char* str)
/* Thanks to Casey Martin for this code */
/****************************************************************************/
#ifdef __unix__
void DLLCALL xp_beep(int freq, int dur)
void DLLCALL unix_beep(int freq, int dur)
{
static int console_fd=-1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment