Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
windows: fix NTSTATUS redefined when compiling with MinGW
Browse files Browse the repository at this point in the history
Closes #403
Closes #422
  • Loading branch information
piscisaureus committed Jun 2, 2012
1 parent 961e0cf commit 120d997
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/win/winapi.h
Expand Up @@ -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
Expand Down

0 comments on commit 120d997

Please sign in to comment.