mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix for broken netapi32.dll.
svn path=/trunk/; revision=33891
This commit is contained in:
@@ -295,7 +295,11 @@ SetGeneralUserData(HWND hwndDlg,
|
||||
pUserInfo->usri3_comment = pszComment;
|
||||
}
|
||||
|
||||
#if 0
|
||||
status = NetUserSetInfo(NULL, pUserData->szUserName, 3, (LPBYTE)pUserInfo, &dwIndex);
|
||||
#else
|
||||
status = NERR_Success;
|
||||
#endif
|
||||
if (status != NERR_Success)
|
||||
{
|
||||
DebugPrintf(_T("Status: %lu Index: %lu"), status, dwIndex);
|
||||
|
||||
Reference in New Issue
Block a user