Robert Shearman wrote:
The same is true for wine; NTSTATUS isn't declared
in any of the headers
it includes and it isn't needed because it isn't used by the crypt32
code. I assume the problem is in the exception code, which should
include any necessary headers itself or else contain the necessary
typedefs.
Yes that sounds like it, I'll fix that. Thanks for the hint. But I think
that ntstatus.h is still necessary because crypt32 uses STATUS_*
definitions.
- Thomas