Commit 8b5ec5bb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

netapi32: Make access_mask_to_samba() static.

parent f5b2988b
......@@ -510,7 +510,7 @@ static unsigned char ace_flags_to_samba( BYTE flags )
#define GENERIC_WRITE_ACCESS (1 << 30)
#define GENERIC_READ_ACCESS (1 << 31)
unsigned int access_mask_to_samba( DWORD mask )
static unsigned int access_mask_to_samba( DWORD mask )
{
static const DWORD known_rights =
GENERIC_ALL | GENERIC_EXECUTE | GENERIC_WRITE | GENERIC_READ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment