Inconsistency between winnt.h header in /usr/include/w32api and the one supplied with the Microsoft SDK

Kai Tietz ktietz70@googlemail.com
Thu Sep 29 15:05:00 GMT 2011


Hi,

the issue you are noticing here is that pdata information differs
between different archtiectures.  The first you have shown here is the
definition of the spark,mips, and (IIRC) arm architecture.  The second
one you've shown is the definition of pdata for x64 architecture.  For
x86 itself there is no pdata-information present, as x86 is using
stack-based SEH support, and not table-based one as other
architectures.

Regards,
Kai

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list