fix for Borland C

This commit is contained in:
Ulf Möller
2000-12-01 03:06:55 +00:00
parent d2c38b1c73
commit 99cf5acd5c
2 changed files with 4 additions and 1 deletions

View File

@@ -570,7 +570,7 @@ static void readtimer(void)
DWORD w;
LARGE_INTEGER l;
static int have_perfc = 1;
#ifndef __GNUC__
#ifdef _MSC_VER
static int have_tsc = 1;
DWORD cyclecount;