mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[USRMGR]
Enable the call to NetLocalGroupAdd. svn path=/trunk/; revision=59118
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user