From: Jeffrey Altman <[EMAIL PROTECTED]>

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

Hmm, let me get this straight: from what I understand of this
conversation, tlhelp32.h is needed only to declare things for the heap
walking code.  Is there a way to still be able to do the heap walking
without having to include tlhelp32.h?  If that's a possibility, it
seems to me that would solve all the problems we have right now.

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to