Explicitly set timer resolution on windows

This commit is contained in:
Thilo Schulz 2011-01-31 20:23:05 +00:00
parent 14c5a82c14
commit e0a85521c9
3 changed files with 45 additions and 0 deletions

View file

@ -739,6 +739,17 @@ void Sys_PlatformInit( void )
!( term && ( !strcmp( term, "raw" ) || !strcmp( term, "dumb" ) ) );
}
/*
==============
Sys_PlatformExit
Unix specific deinitialisation
==============
*/
void Sys_PlatformExit( void )
{
}
/*
==============
Sys_SetEnv