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
f6476c79
Commit
f6476c79
authored
May 21, 2018
by
Hugh McMaster
Committed by
Alexandre Julliard
May 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regedit: Move regedit.c functions from regproc.h to main.h.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ff1f664d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
main.h
programs/regedit/main.h
+4
-0
regproc.h
programs/regedit/regproc.h
+0
-3
No files found.
programs/regedit/main.h
View file @
f6476c79
...
...
@@ -141,6 +141,10 @@ extern LPCWSTR GetValueName(HWND hwndLV);
extern
BOOL
ListWndNotifyProc
(
HWND
hWnd
,
WPARAM
wParam
,
LPARAM
lParam
,
BOOL
*
Result
);
extern
BOOL
IsDefaultValue
(
HWND
hwndLV
,
int
i
);
/* regedit.c */
void
WINAPIV
output_message
(
unsigned
int
id
,
...);
void
WINAPIV
error_exit
(
unsigned
int
id
,
...);
/* regproc.c */
void
*
heap_xalloc
(
size_t
size
);
void
*
heap_xrealloc
(
void
*
buf
,
size_t
size
);
...
...
programs/regedit/regproc.h
View file @
f6476c79
...
...
@@ -23,6 +23,3 @@
#define REG_FORMAT_5 1
#define REG_FORMAT_4 2
void
WINAPIV
output_message
(
unsigned
int
id
,
...);
void
WINAPIV
error_exit
(
unsigned
int
id
,
...);
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