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

svn path=/trunk/; revision=75214

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

index d3af54f..e6f889b 100644 (file)
@@ -4,11 +4,9 @@
 
 #include <ms-dtyp.idl>
 
-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;