Home
last modified time | relevance | path

Searched refs:GETCURSORINFO (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/rand/
Drand_win.c166 typedef BOOL (WINAPI *GETCURSORINFO)(PCURSORINFO); typedef
390 GETCURSORINFO cursor; in RAND_poll()
395 cursor = (GETCURSORINFO) GetProcAddress(user, "GetCursorInfo"); in RAND_poll()