From: Ulf Möller Date: Wed, 29 Nov 2000 16:43:50 +0000 (+0000) Subject: fix for Borland C X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~116 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c1db5bfc08222d064883b56ee351edb78a148c1b fix for Borland C --- diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index abefc5eadb..f0655803f0 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -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;