Robert Shearman wrote:
I'll happily send the patch to wine-patches on
your behalf. However, I
want to know why the addition of the headers below are needed so that I
can make our headers more compatible so that changes aren't needed in
the future. AFAICS, ntstatus.h is only needed for
STATUS_ACCESS_VIOLATION, but this should be defined by winnt.h that is
included somewhere. Why is winternl.h needed?
Obviously winnt.h isn't included.
In PSDK/ReactOS winnt.h is only
included by windef.h, which is included by dde.h, windows.h, winldap.h
and winternl.h. Since the code doesn't include any of the mentioned
files, there's no way winnt.h could be included. While talking about
headers, are there any plans for precompiled headers in wine?
- Thomas