[PATCH 3/8] server: export few functions we will need for security descriptor checks.

Dmitry Timoshkov dmitry at codeweavers.com
Mon Jan 22 03:25:19 CST 2007


"Vitaliy Margolen" <wine-patches at kievinfo.com> wrote:

> +++ b/server/security.h
> @@ -41,10 +41,16 @@ extern const LUID SeCreateGlobalPrivileg
> 
> extern const PSID security_interactive_sid;
> 
> +extern void map_generic_mask(unsigned int *mask, const GENERIC_MAPPING *mapping);

> +++ b/server/token.c
> /* maps from generic rights to specific rights as given by a mapping */
> -static inline void map_generic_mask(unsigned int *mask, const GENERIC_MAPPING *mapping)
> +inline void map_generic_mask(unsigned int *mask, const GENERIC_MAPPING *mapping)

'inline' above probably should be removed.

-- 
Dmitry.



More information about the wine-devel mailing list