mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
- 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:
parent
0146915176
commit
7ab27912da
1 changed files with 4 additions and 0 deletions
|
@ -205,7 +205,11 @@ OnEndLabelEdit(LPNMLVDISPINFO pnmv)
|
||||||
|
|
||||||
useri0.usri0_name = szNewUserName;
|
useri0.usri0_name = szNewUserName;
|
||||||
|
|
||||||
|
#if 0
|
||||||
status = NetUserSetInfo(NULL, szOldUserName, 0, (LPBYTE)&useri0, NULL);
|
status = NetUserSetInfo(NULL, szOldUserName, 0, (LPBYTE)&useri0, NULL);
|
||||||
|
#else
|
||||||
|
status = NERR_Success;
|
||||||
|
#endif
|
||||||
if (status != NERR_Success)
|
if (status != NERR_Success)
|
||||||
{
|
{
|
||||||
TCHAR szText[256];
|
TCHAR szText[256];
|
||||||
|
|
Loading…
Reference in a new issue