Prevent duplicate declaration of NTSTATUS.

svn path=/trunk/; revision=75214
This commit is contained in:
Eric Kohl 2017-06-26 22:58:26 +00:00
parent 64b471340a
commit 26d220be5e

View file

@ -4,11 +4,9 @@
#include <ms-dtyp.idl>
cpp_quote("#if 0")
typedef ULONG NTSTATUS;
cpp_quote("#endif")
cpp_quote("#ifndef _NTSECAPI_H")
typedef ULONG NTSTATUS;
typedef struct _STRING
{
USHORT Length;