nt: remove STATUS_SEVERITY_* definitions

This commit is contained in:
Bert Belder 2017-11-21 17:10:10 +01:00
parent 42bca93f67
commit 0e767efc0b

View File

@ -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_ */