[PATCH v2 1/3] ntdll: Add NtAccessCheckByTypeAndAuditAlarm stub.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Tue Mar 8 01:59:19 CST 2022


Sorry, I messed up the formatting for
wow64_NtAccessCheckByTypeAndAuditAlarm on line 130 (length, mapping,
creation,). I don't think a revision is needed just for that. Alexandre,
please change it to this or whatever you'd like if you commit it:

    return NtAccessCheckByTypeAndAuditAlarm( unicode_str_32to64(
&subsystem, subsystem32 ), handle,
                                             unicode_str_32to64( &typename,
typename32 ),
                                             unicode_str_32to64( &objname,
objname32 ),
                                             secdesc_32to64( &sd, sd32 ),
access, type, flags, list,
                                             length, mapping, creation,
access_granted, access_status,
                                             onclose );
--
Kind regards,
Mohamad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220308/aebffe24/attachment.htm>


More information about the wine-devel mailing list