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,
(LPARAM)&group) == IDOK)
{
#if 0
status = NetLocalGroupAdd(NULL,
1,
(LPBYTE)&group,
NULL);
#else
status = NERR_Success;
#endif
if (status != NERR_Success)
{
TCHAR szText[256];