fix for Borland C
This commit is contained in:
parent
d2c38b1c73
commit
99cf5acd5c
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
Changes between 0.9.6 and 0.9.6a [xx XXX 2000]
|
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.
|
*) BN_rshift bugfix for n == 0.
|
||||||
[Bodo Moeller]
|
[Bodo Moeller]
|
||||||
|
|
||||||
|
|
|
@ -570,7 +570,7 @@ static void readtimer(void)
|
||||||
DWORD w;
|
DWORD w;
|
||||||
LARGE_INTEGER l;
|
LARGE_INTEGER l;
|
||||||
static int have_perfc = 1;
|
static int have_perfc = 1;
|
||||||
#ifndef __GNUC__
|
#ifdef _MSC_VER
|
||||||
static int have_tsc = 1;
|
static int have_tsc = 1;
|
||||||
DWORD cyclecount;
|
DWORD cyclecount;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue