makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()

This commit is contained in:
Daniel Stenberg 2000-03-16 11:41:27 +00:00
Родитель 0aa3f705c2
Коммит d48939c0c0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -169,7 +169,7 @@ UrgSSLConnect (struct UrlData *data)
#endif
{
/* We need to seed the PRNG properly! */
#ifdef WIN32
#ifdef HAVE_RAND_SCREEN
/* This one gets a random value by reading the currently shown screen */
RAND_screen();
#else