netapi32: Make constant 'admins' static.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6a833ce0b3
commit
5ceb740793
|
@ -2298,8 +2298,8 @@ NetUserGetLocalGroups(LPCWSTR servername, LPCWSTR username, DWORD level,
|
|||
DWORD flags, LPBYTE* bufptr, DWORD prefmaxlen,
|
||||
LPDWORD entriesread, LPDWORD totalentries)
|
||||
{
|
||||
static const WCHAR admins[] = {'A','d','m','i','n','i','s','t','r','a','t','o','r','s',0};
|
||||
NET_API_STATUS status;
|
||||
const WCHAR admins[] = {'A','d','m','i','n','i','s','t','r','a','t','o','r','s',0};
|
||||
LPWSTR currentuser;
|
||||
LOCALGROUP_USERS_INFO_0* info;
|
||||
DWORD size;
|
||||
|
|
Loading…
Reference in New Issue