On Mon, 15 Sep 2003, Rolf Kalbermatter wrote: > Why is it that I can just remove the #include <ntstatus.h> and everything > compiles fine both under wine as well as MSVC? > <winnt.h> seems not necessary at all because some other header seems to > include it, possibly unintentionally.
I know some of the STATUS_* constants are defined in winnt.h as well, but I don't have the native headers, and I can't say what is duplicated. Anyway, if you can get rid of ntstatus.h then get rid of it, and we need to fix our headers accordingly. -- Dimi.
