Jeffrey Altman wrote:
> 
> 
> Correct.  But none of this is needed in this case.  If the function
> GetCursorInfo() (for example) is not supported on NT4, then the
> attempt to load its function pointer with
> 
>   cursor = (GETCURSORINFO) GetProcAddress(user,"GetCursorInfo");
> 
> will fail.  This is the only type of runtime check that is needed.
> It doesn't matter if the OS is Win95, NT4, or even Win2000 if the
> function pointer cannot be loaded.
> 

But does that affect the seeding process of the PRNG? By the way, I copy the
tlhelp32.h from VC into mingw32's include path, seems passed the compile stage.

-- 
(~._.~)  Öì Ⱥ Ó¢  (Qun-Ying)          (65) 874-6743
 ( O )   TrustCopy Pte Ltd / Kent Ridge Digital Labs
()~*~()  21 Heng Mui Keng Terrace,  Singapore 119613
(_)-(_)    [EMAIL PROTECTED]  *  [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to