diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index 16ea8fca0..66e39991e 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);