OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it

This commit is contained in:
Richard Levitte 2002-07-18 06:34:39 +00:00
parent e921bbf9f6
commit 4f0e09aa67

View File

@ -103,7 +103,7 @@ int RAND_egd(const char *path);
int RAND_egd_bytes(const char *path,int bytes); int RAND_egd_bytes(const char *path,int bytes);
int RAND_poll(void); int RAND_poll(void);
#if defined(OPENSSL_SYS_WINDOWS) #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
void RAND_screen(void); void RAND_screen(void);
int RAND_event(UINT, WPARAM, LPARAM); int RAND_event(UINT, WPARAM, LPARAM);