From 64b471340a53d0de66cfebee5ab5e568f79a01dd Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 26 Jun 2017 22:52:40 +0000 Subject: [PATCH] [IDL] Prevent duplicate declaration of STRING and PSTRING. svn path=/trunk/; revision=75213 --- reactos/sdk/include/reactos/idl/netlogon.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/sdk/include/reactos/idl/netlogon.idl b/reactos/sdk/include/reactos/idl/netlogon.idl index 0ad99a24a72..d3af54f2f56 100644 --- a/reactos/sdk/include/reactos/idl/netlogon.idl +++ b/reactos/sdk/include/reactos/idl/netlogon.idl @@ -6,7 +6,9 @@ cpp_quote("#if 0") typedef ULONG NTSTATUS; +cpp_quote("#endif") +cpp_quote("#ifndef _NTSECAPI_H") typedef struct _STRING { USHORT Length;