From 120d99780929118ca499fcab77e274ce35a4ca45 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 2 Jun 2012 17:39:31 +0200 Subject: [PATCH] windows: fix NTSTATUS redefined when compiling with MinGW Closes #403 Closes #422 --- src/win/winapi.h | 5 ----- 1 file changed, 5 deletions(-) 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