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

fix for Borland C

parent d2c38b1c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@

 Changes between 0.9.6 and 0.9.6a  [xx XXX 2000]

  *) rand_win.c fix for Borland C.
     [Ulf Möller]
 
  *) BN_rshift bugfix for n == 0.
     [Bodo Moeller]

+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;