[IDL]
authorEric Kohl <eric.kohl@reactos.org>
Mon, 26 Jun 2017 22:52:40 +0000 (22:52 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 26 Jun 2017 22:52:40 +0000 (22:52 +0000)
Prevent duplicate declaration of STRING and PSTRING.

svn path=/trunk/; revision=75213

reactos/sdk/include/reactos/idl/netlogon.idl

index 0ad99a2..d3af54f 100644 (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;