[ros-dev] RE: [ros-diffs] [cwittich] 19320: got a lot of crypt32stuff working

Thomas Weidenmueller w3seek at reactos.com
Fri Nov 18 18:55:18 CET 2005


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


More information about the Ros-dev mailing list