summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-18 06:34:34 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-18 06:34:34 +0000
commit32bf74e30ee987b6162dc1807d9189a9c45a8795 (patch)
tree26f229f8f453b59665b196dc6f1d1dc96084a0ba /crypto/rand/rand.h
parent6643f275e2f91a5ae0418d16497a77b7e58920bd (diff)
OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it
Diffstat (limited to 'crypto/rand/rand.h')
-rw-r--r--crypto/rand/rand.h2
1 files changed, 1 insertions, 1 deletions
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);