This commit is contained in:
Bill Currie 2002-08-30 02:18:53 +00:00
parent 4a645da3d1
commit ea7576286a
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@
Boston, MA 02111-1307, USA
*/
static const char rcsid[] =
static const char rcsid[] =
"$Id$";
#ifdef HAVE_CONFIG_H

View file

@ -81,6 +81,7 @@ startup (void)
{
#ifdef WIN32
OSVERSIONINFO vinfo;
Sys_MaskFPUExceptions ();
// make sure the timer is high precision, otherwise NT gets 18ms resolution
timeBeginPeriod (1);