mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
[DEVMGR]: Keep the computer name as it is, don't lower-case it.
svn path=/trunk/; revision=70555
This commit is contained in:
parent
adec9641bc
commit
5e7a5d0d57
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ CRootNode::SetupNode()
|
||||||
|
|
||||||
// The root name is the computer name
|
// The root name is the computer name
|
||||||
DWORD Size = DISPLAY_NAME_LEN;
|
DWORD Size = DISPLAY_NAME_LEN;
|
||||||
if (GetComputerNameW(m_DisplayName, &Size))
|
GetComputerNameW(m_DisplayName, &Size);
|
||||||
_wcslwr(m_DisplayName);
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue