Commit c1db5bfc authored by Ulf Möller's avatar Ulf Möller
Browse files

fix for Borland C

parent 429b8162
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;