mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it
This commit is contained in:
parent
6643f275e2
commit
32bf74e30e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user