Re: [PATCH 3/8] server: export few functions we will need for security descriptor checks.
22 Jan
2007
22 Jan
'07
9:25 a.m.
"Vitaliy Margolen" <wine-patches(a)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.
6990
Age (days ago)
6990
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov