mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 09:50:43 +00:00
[USERENV]
- Complain if GetUserProfileDirectoryW failed svn path=/trunk/; revision=68624
This commit is contained in:
parent
1f7ffb9c1d
commit
80f748811c
1 changed files with 4 additions and 0 deletions
|
@ -535,6 +535,10 @@ CreateEnvironmentBlock(LPVOID *lpEnvironment,
|
||||||
FALSE);
|
FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
DPRINT1("GetUserProfileDirectoryW failed with error %lu\n", GetLastError());
|
||||||
|
}
|
||||||
|
|
||||||
if (GetUserAndDomainName(hToken,
|
if (GetUserAndDomainName(hToken,
|
||||||
&lpUserName,
|
&lpUserName,
|
||||||
|
|
Loading…
Reference in a new issue