aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_win.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-11-29 16:43:50 +0000
committerUlf Möller <ulf@openssl.org>2000-11-29 16:43:50 +0000
commitc1db5bfc08222d064883b56ee351edb78a148c1b (patch)
tree3ef0cd38c4c9530f9ef888075db6de1413c4ffeb /crypto/rand/rand_win.c
parent429b8162c6e9eff46ce924badad75c8cda0a69b7 (diff)
downloadopenssl-c1db5bfc08222d064883b56ee351edb78a148c1b.tar.gz
fix for Borland C
Diffstat (limited to 'crypto/rand/rand_win.c')
-rw-r--r--crypto/rand/rand_win.c2
1 files changed, 1 insertions, 1 deletions
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;