Enable the call to NetLocalGroupAdd.

svn path=/trunk/; revision=59118
This commit is contained in:
Eric Kohl 2013-05-30 16:00:37 +00:00
parent ee2c76ec4d
commit 65e80874df

View file

@ -203,14 +203,10 @@ GroupNew(HWND hwndDlg)
NewGroupDlgProc, NewGroupDlgProc,
(LPARAM)&group) == IDOK) (LPARAM)&group) == IDOK)
{ {
#if 0
status = NetLocalGroupAdd(NULL, status = NetLocalGroupAdd(NULL,
1, 1,
(LPBYTE)&group, (LPBYTE)&group,
NULL); NULL);
#else
status = NERR_Success;
#endif
if (status != NERR_Success) if (status != NERR_Success)
{ {
TCHAR szText[256]; TCHAR szText[256];