nt: remove unnecessary '#ifdef _NTDEF_' condition

This commit is contained in:
Bert Belder 2017-12-08 18:58:54 +01:00
parent 42d714eded
commit d26c10f852

View File

@ -6,10 +6,8 @@
WEPOLL_INTERNAL int nt_global_init(void);
#ifndef _NTDEF_
typedef LONG NTSTATUS;
typedef NTSTATUS* PNTSTATUS;
#endif
#ifndef NT_SUCCESS
#define NT_SUCCESS(status) (((NTSTATUS)(status)) >= 0)