mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 06:28:34 +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);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
DPRINT1("GetUserProfileDirectoryW failed with error %lu\n", GetLastError());
|
||||
}
|
||||
|
||||
if (GetUserAndDomainName(hToken,
|
||||
&lpUserName,
|
||||
|
|
Loading…
Reference in a new issue