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