Prevent duplicate declaration of STRING and PSTRING.

svn path=/trunk/; revision=75213
This commit is contained in:
Eric Kohl 2017-06-26 22:52:40 +00:00
parent 4c3c7daba6
commit 64b471340a

View file

@ -6,7 +6,9 @@
cpp_quote("#if 0")
typedef ULONG NTSTATUS;
cpp_quote("#endif")
cpp_quote("#ifndef _NTSECAPI_H")
typedef struct _STRING
{
USHORT Length;