"Vitaliy Margolen" wine-patches@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.