From: Jeffrey Altman <[EMAIL PROTECTED]>

jaltman> My guess is that the PCURSORINFO reference on line 139 can be left
jaltman> undefined by the compiler since it is part of the parameter list a
jaltman> function typedef.  Until the parametersactually need to be checked it
jaltman> can be safely ignored.  
jaltman> 
jaltman> Immediately following the declaration of PCURSORINFO in winuser.h is 
jaltman> 
jaltman>   #define CURSOR_SHOWING   0x00000001
jaltman> 
jaltman> CURSOR_SHOWING is also not defined.  That seems to indicate to me that
jaltman> a block of the winuser.h code is being ignored due to a #define
jaltman> declared somewhere else.

I've started investigating.  One thing I noticed is that the
definition of both PCURSORINFO and CURSOR_SHOWING (and a lot more) are
enclosed in a #ifndef NOWINABLE..#endif.  Now I just have to find out
why NOWINABLE would be defined...

-- 
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