[PATCH] authz: document missorted function in specfile

Alexandre Julliard julliard at winehq.org
Tue May 23 04:11:27 CDT 2017


Austin English <austinenglish at gmail.com> writes:

> Signed-off-by: Austin English <austinenglish at gmail.com>
> ---
>  dlls/authz/authz.spec | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/dlls/authz/authz.spec b/dlls/authz/authz.spec
> index eb9e044d2a..1e9edefc59 100644
> --- a/dlls/authz/authz.spec
> +++ b/dlls/authz/authz.spec
> @@ -35,6 +35,8 @@
>  @ stub AuthziInitializeAuditQueue
>  @ stub AuthziInitializeContextFromSid
>  @ stub AuthziLogAuditEvent
> +# AuthziModifyAuditEvent2 comes before AuthziModifyAuditEvent on native,
> +# even though AuthzInitializeObjectAccessAuditEvent is before AuthzInitializeObjectAccessAuditEvent2
>  @ stub AuthziModifyAuditEvent2
>  @ stub AuthziModifyAuditEvent
>  @ stub AuthziModifyAuditEventType

There are many functions that aren't sorted, I don't think this warrants
a comment. If you have a script for this, you may want to maintain a
list of exceptions inside the script instead.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list