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
49c30d4b
Commit
49c30d4b
authored
Jan 07, 2017
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regedit: Make output_writeconsole() static.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
49d42619
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
regedit.c
programs/regedit/regedit.c
+1
-1
regproc.h
programs/regedit/regproc.h
+0
-1
No files found.
programs/regedit/regedit.c
View file @
49c30d4b
...
...
@@ -28,7 +28,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
regedit
);
void
output_writeconsole
(
const
WCHAR
*
str
,
DWORD
wlen
)
static
void
output_writeconsole
(
const
WCHAR
*
str
,
DWORD
wlen
)
{
DWORD
count
,
ret
;
...
...
programs/regedit/regproc.h
View file @
49c30d4b
...
...
@@ -24,7 +24,6 @@
#define REG_FORMAT_5 1
#define REG_FORMAT_4 2
void
output_writeconsole
(
const
WCHAR
*
str
,
DWORD
wlen
);
void
__cdecl
output_message
(
unsigned
int
id
,
...);
BOOL
export_registry_key
(
WCHAR
*
file_name
,
WCHAR
*
reg_key_name
,
DWORD
format
);
...
...
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