[ros-diffs] [sginsberg] 37442: - Declare SECURITY_DESCRIPTOR_CONTROL conditionally

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Tue Nov 18 18:05:50 CET 2008


Author: sginsberg
Date: Tue Nov 18 11:05:49 2008
New Revision: 37442

URL: http://svn.reactos.org/svn/reactos?rev=37442&view=rev
Log:
- Declare SECURITY_DESCRIPTOR_CONTROL conditionally

Modified:
    trunk/reactos/include/reactos/idl/lsa.idl

Modified: trunk/reactos/include/reactos/idl/lsa.idl
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/idl/lsa.idl?rev=37442&r1=37441&r2=37442&view=diff
==============================================================================
--- trunk/reactos/include/reactos/idl/lsa.idl [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/idl/lsa.idl [iso-8859-1] Tue Nov 18 11:05:49 2008
@@ -30,7 +30,9 @@
     [size_is(AclSize - 4)] BYTE Dummy1[*];
 } LSAPR_ACL, *PLSAPR_ACL;
 
+cpp_quote("#ifndef _WINNT_H")
 typedef WORD SECURITY_DESCRIPTOR_CONTROL, *PSECURITY_DESCRIPTOR_CONTROL;
+cpp_quote("#endif")
 
 typedef struct _LSAPR_SECURITY_DESCRIPTOR {
     BYTE Revision;



More information about the Ros-diffs mailing list