From 4f0e09aa6751513e09ebe7f181e0b69facf7a23c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 18 Jul 2002 06:34:39 +0000 Subject: [PATCH] OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it --- crypto/rand/rand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index 16ea8fca0e..66e39991ec 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -103,7 +103,7 @@ int RAND_egd(const char *path); int RAND_egd_bytes(const char *path,int bytes); int RAND_poll(void); -#if defined(OPENSSL_SYS_WINDOWS) +#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) void RAND_screen(void); int RAND_event(UINT, WPARAM, LPARAM); -- 2.25.1