mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 03:34:11 +00:00
[USRMGR]
Enable the call to NetLocalGroupAdd. svn path=/trunk/; revision=59118
This commit is contained in:
parent
ee2c76ec4d
commit
65e80874df
1 changed files with 0 additions and 4 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue