OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Jul 2002 06:34:34 +0000 (06:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 18 Jul 2002 06:34:34 +0000 (06:34 +0000)
crypto/rand/rand.h

index 16ea8fca0e9c12614538a295ac72500f74df08aa..66e39991ec75248ab35298efeb5fdcadd5d2cf09 100644 (file)
@@ -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);