From: Eric Kohl Date: Mon, 26 Jun 2017 22:58:26 +0000 (+0000) Subject: [IDL] X-Git-Tag: ReactOS-0.4.6~162 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=26d220be5e42fcab12e8a95dc415861b30d5f0fa [IDL] Prevent duplicate declaration of NTSTATUS. svn path=/trunk/; revision=75214 --- diff --git a/reactos/sdk/include/reactos/idl/netlogon.idl b/reactos/sdk/include/reactos/idl/netlogon.idl index d3af54f2f56..e6f889b3368 100644 --- a/reactos/sdk/include/reactos/idl/netlogon.idl +++ b/reactos/sdk/include/reactos/idl/netlogon.idl @@ -4,11 +4,9 @@ #include -cpp_quote("#if 0") +cpp_quote("#ifndef _NTSECAPI_H") typedef ULONG NTSTATUS; -cpp_quote("#endif") -cpp_quote("#ifndef _NTSECAPI_H") typedef struct _STRING { USHORT Length;