diff --git a/src/nt.h b/src/nt.h index d50656c..8659100 100644 --- a/src/nt.h +++ b/src/nt.h @@ -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)