renamed SysTimerInit() to timer_init()

This commit is contained in:
gbeauche 2004-12-03 22:05:36 +00:00
parent 2014ab7918
commit 02a406d538

View File

@ -47,7 +47,7 @@ static tm_time_t mac_now_diff;
* Initialize native Windows timers
*/
void SysTimerInit(void)
void timer_init(void)
{
D(bug("SysTimerInit\n"));