ntdll: Implement RtlCopySecurityDescriptor [take 2]

James Hawkins truiken at gmail.com
Fri Jun 17 08:45:46 CDT 2005


On 17 Jun 2005 11:56:32 +0200, Alexandre Julliard <julliard at winehq.org> wrote:
> James Hawkins <truiken at gmail.com> writes:
> 
> > +/******************************************************************************
> > + *  RtlCopyAcl      [NTDLL.@]
> > + */
> > +BOOLEAN WINAPI RtlCopyAcl(DWORD nDestinationAclLength, PACL pDestinationAcl, PACL pSourceAcl)
> 
> I don't see any RtlCopyAcl in ntdll. Where does this come from?
> 

There isn't an RtlCopyAcl in ntdll, but it simplifies the code a bit
and can be useful in other places.  For one I should've taken out the
[NTDLL.@] because we don't export it, but should the function be named
something else?

-- 
James Hawkins




More information about the wine-devel mailing list