mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +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
|
||||
DWORD Size = DISPLAY_NAME_LEN;
|
||||
if (GetComputerNameW(m_DisplayName, &Size))
|
||||
_wcslwr(m_DisplayName);
|
||||
GetComputerNameW(m_DisplayName, &Size);
|
||||
|
||||
return true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue