diff --git a/src/win/winapi.h b/src/win/winapi.h index 4b1a249f..c5cabb3c 100644 --- a/src/win/winapi.h +++ b/src/win/winapi.h @@ -28,11 +28,6 @@ /* * Ntdll headers */ -#ifndef _NTDEF_ - typedef LONG NTSTATUS; - typedef NTSTATUS *PNTSTATUS; -#endif - #ifndef STATUS_SEVERITY_SUCCESS # define STATUS_SEVERITY_SUCCESS 0x0 #endif