nt: remove STATUS_SEVERITY_* definitions
This commit is contained in:
parent
42bca93f67
commit
0e767efc0b
@ -72,20 +72,4 @@ typedef NTSTATUS* PNTSTATUS;
|
||||
#define STATUS_CANCELLED ((NTSTATUS) 0xC0000120L)
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_SEVERITY_SUCCESS
|
||||
#define STATUS_SEVERITY_SUCCESS 0x0
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_SEVERITY_INFORMATIONAL
|
||||
#define STATUS_SEVERITY_INFORMATIONAL 0x1
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_SEVERITY_WARNING
|
||||
#define STATUS_SEVERITY_WARNING 0x2
|
||||
#endif
|
||||
|
||||
#ifndef STATUS_SEVERITY_ERROR
|
||||
#define STATUS_SEVERITY_ERROR 0x3
|
||||
#endif
|
||||
|
||||
#endif /* WEPOLL_NTSTATUS_H_ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user