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

@ -51,6 +51,7 @@ char *Sys_StripAppBundle( char *pwd );
void Sys_GLimpSafeInit( void );
void Sys_GLimpInit( void );
void Sys_PlatformInit( void );
void Sys_PlatformExit( void );
void Sys_SigHandler( int signal );
void Sys_ErrorDialog( const char *error );
void Sys_AnsiColorPrint( const char *msg );