Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ce3d8361
Commit
ce3d8361
authored
Sep 09, 2006
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Sep 10, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel: Remove dead code in computername.c.
parent
9bbcb857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
computername.c
dlls/kernel/computername.c
+2
-3
No files found.
dlls/kernel/computername.c
View file @
ce3d8361
...
...
@@ -269,13 +269,12 @@ void COMPUTERNAME_Init (void)
if
(
NtSetValueKey
(
hsubkey
,
&
nameW
,
0
,
REG_SZ
,
computer_name
,
len
)
!=
STATUS_SUCCESS
)
WARN
(
"failed to set ComputerName
\n
"
);
}
else
if
(
st
==
STATUS_SUCCESS
)
else
{
len
=
(
len
-
offsetof
(
KEY_VALUE_PARTIAL_INFORMATION
,
Data
));
TRACE
(
"found in registry
\n
"
);
}
else
goto
out
;
NtClose
(
hsubkey
);
TRACE
(
" ComputerName: %s (%lu)
\n
"
,
debugstr_w
(
computer_name
),
len
/
sizeof
(
WCHAR
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment