This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]