Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
204ecdaa
Commit
204ecdaa
authored
Jun 22, 2005
by
Stefan Huehner
Committed by
Alexandre Julliard
Jun 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some more -Wstrict-prototypes warnings.
parent
46cd0432
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
regproc.c
programs/regedit/regproc.c
+1
-1
regproc.h
programs/regedit/regproc.h
+2
-2
No files found.
programs/regedit/regproc.c
View file @
204ecdaa
...
...
@@ -557,7 +557,7 @@ HKEY getRegClass(LPSTR lpClass)
/******************************************************************************
* Close the currently opened key.
*/
void
closeKey
()
void
closeKey
(
void
)
{
RegCloseKey
(
currentKeyHandle
);
...
...
programs/regedit/regproc.h
View file @
204ecdaa
...
...
@@ -41,7 +41,7 @@ BOOL import_registry_file(LPTSTR filename);
void
delete_registry_key
(
CHAR
*
reg_key_name
);
void
setAppName
(
const
CHAR
*
name
);
const
CHAR
*
getAppName
();
const
CHAR
*
getAppName
(
void
);
void
processRegLines
(
FILE
*
in
,
CommandAPI
command
);
...
...
@@ -59,7 +59,7 @@ HKEY getRegClass(LPSTR lpLine);
DWORD
getDataType
(
LPSTR
*
lpValue
,
DWORD
*
parse_type
);
LPSTR
getArg
(
LPSTR
arg
);
HRESULT
openKey
(
LPSTR
stdInput
);
void
closeKey
();
void
closeKey
(
void
);
/*
* api setValue prototypes
...
...
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