Thomas Weidenmueller wrote:
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?
Sorry, my bad...windef.h is included... looks like #include_next
"windef.h" in our include/wine/windef.h is broken. However, most other
code in wine also includes ntstatus.h from what I've seen.
- Thomas