fix for Borland C
authorUlf Möller <ulf@openssl.org>
Wed, 29 Nov 2000 16:43:50 +0000 (16:43 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 29 Nov 2000 16:43:50 +0000 (16:43 +0000)
crypto/rand/rand_win.c

index abefc5eadbe85fd0c051ecfd4cb322f870512a4f..f0655803f0a3a0d5b7440f1ecb648f5e1d52c6f4 100644 (file)
@@ -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;