netapi32: Make access_mask_to_samba() static.

Francois Gouget fgouget at free.fr
Mon Dec 9 02:38:51 CST 2013


---
 dlls/netapi32/netapi32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/netapi32/netapi32.c b/dlls/netapi32/netapi32.c
index 3ec0b0c..6be912c 100644
--- a/dlls/netapi32/netapi32.c
+++ b/dlls/netapi32/netapi32.c
@@ -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;
-- 
1.8.4.3



More information about the wine-patches mailing list