- Hackfix the build: remove the function call to NetUserSetInfo (#if0/#endif). Eric, please, do a proper fix and revert this commit when it's ready.

svn path=/trunk/; revision=30962
This commit is contained in:
Aleksey Bragin 2007-12-02 16:54:32 +00:00
parent 0146915176
commit 7ab27912da

View file

@ -205,7 +205,11 @@ OnEndLabelEdit(LPNMLVDISPINFO pnmv)
useri0.usri0_name = szNewUserName;
#if 0
status = NetUserSetInfo(NULL, szOldUserName, 0, (LPBYTE)&useri0, NULL);
#else
status = NERR_Success;
#endif
if (status != NERR_Success)
{
TCHAR szText[256];