[ros-dev] the 3 partially duplicated NTSTATUS code copies
Ge van Geldorp
gvg at reactos.org
Mon Dec 5 01:03:35 CET 2005
> From: art yerkes
>
> Does anybody object to consolidating all but one of the
> partial NTSTATUS_* copies to:
>
> #ifndef WIN32_NO_STATUS
> #include <ddk/ntstatus.h>
> #endif
>
> And keeping the copy in ddk/ntstatus.h ?
I assume you mean the other copies in <ntstatus.h> and <winnt.h>? The
problem is that those are not identical, <winnt.h> has them typecast as
DWORD while <ntstatus.h> has them typecast as NTSTATUS. This is the same as
in the PSDK.
GvG
More information about the Ros-dev
mailing list