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
4b964b82
Commit
4b964b82
authored
Apr 14, 2022
by
Hugh McMaster
Committed by
Alexandre Julliard
Apr 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regedit: Mark WCHAR szTitle static.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a6a92b66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
main.c
programs/regedit/main.c
+1
-1
main.h
programs/regedit/main.h
+0
-1
No files found.
programs/regedit/main.c
View file @
4b964b82
...
...
@@ -51,7 +51,7 @@ HMENU hPopupMenus = 0;
UINT
nClipboardFormat
;
#define MAX_LOADSTRING 100
WCHAR
szTitle
[
MAX_LOADSTRING
];
static
WCHAR
szTitle
[
MAX_LOADSTRING
];
const
WCHAR
szChildClass
[]
=
L"REGEDIT"
;
static
const
WCHAR
szFrameClass
[]
=
L"RegEdit_RegEdit"
;
...
...
programs/regedit/main.h
View file @
4b964b82
...
...
@@ -95,7 +95,6 @@ extern HMENU hPopupMenus;
extern
HFONT
hFont
;
extern
enum
OPTION_FLAGS
Options
;
extern
WCHAR
szTitle
[];
extern
const
WCHAR
szChildClass
[];
extern
const
WCHAR
szHexEditClass
[];
extern
WCHAR
g_pszDefaultValueName
[];
...
...
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