nt: remove unused STATUS_* definitions
This commit is contained in:
parent
3e2cc6379f
commit
52e3f7d596
48
src/nt.h
48
src/nt.h
@ -17,54 +17,6 @@ typedef NTSTATUS* PNTSTATUS;
|
||||
#define STATUS_SUCCESS ((NTSTATUS) 0x00000000L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_WAIT_0
|
||||
#define STATUS_WAIT_0 ((NTSTATUS) 0x00000000L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_WAIT_1
|
||||
#define STATUS_WAIT_1 ((NTSTATUS) 0x00000001L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_WAIT_2
|
||||
#define STATUS_WAIT_2 ((NTSTATUS) 0x00000002L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_WAIT_3
|
||||
#define STATUS_WAIT_3 ((NTSTATUS) 0x00000003L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_WAIT_63
|
||||
#define STATUS_WAIT_63 ((NTSTATUS) 0x0000003FL)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_ABANDONED
|
||||
#define STATUS_ABANDONED ((NTSTATUS) 0x00000080L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_ABANDONED_WAIT_0
|
||||
#define STATUS_ABANDONED_WAIT_0 ((NTSTATUS) 0x00000080L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_ABANDONED_WAIT_63
|
||||
#define STATUS_ABANDONED_WAIT_63 ((NTSTATUS) 0x000000BFL)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_USER_APC
|
||||
#define STATUS_USER_APC ((NTSTATUS) 0x000000C0L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_KERNEL_APC
|
||||
#define STATUS_KERNEL_APC ((NTSTATUS) 0x00000100L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_ALERTED
|
||||
#define STATUS_ALERTED ((NTSTATUS) 0x00000101L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_TIMEOUT
|
||||
#define STATUS_TIMEOUT ((NTSTATUS) 0x00000102L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_PENDING
|
||||
#define STATUS_PENDING ((NTSTATUS) 0x00000103L)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user