mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[USERENV]
- Complain if GetUserProfileDirectoryW failed svn path=/trunk/; revision=68624
This commit is contained in:
@@ -535,6 +535,10 @@ CreateEnvironmentBlock(LPVOID *lpEnvironment,
|
||||
FALSE);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
DPRINT1("GetUserProfileDirectoryW failed with error %lu\n", GetLastError());
|
||||
}
|
||||
|
||||
if (GetUserAndDomainName(hToken,
|
||||
&lpUserName,
|
||||
|
||||
Reference in New Issue
Block a user