regedit: Mark WCHAR szTitle static.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a6a92b66c7
commit
4b964b8210
|
@ -51,7 +51,7 @@ HMENU hPopupMenus = 0;
|
||||||
UINT nClipboardFormat;
|
UINT nClipboardFormat;
|
||||||
|
|
||||||
#define MAX_LOADSTRING 100
|
#define MAX_LOADSTRING 100
|
||||||
WCHAR szTitle[MAX_LOADSTRING];
|
static WCHAR szTitle[MAX_LOADSTRING];
|
||||||
const WCHAR szChildClass[] = L"REGEDIT";
|
const WCHAR szChildClass[] = L"REGEDIT";
|
||||||
static const WCHAR szFrameClass[] = L"RegEdit_RegEdit";
|
static const WCHAR szFrameClass[] = L"RegEdit_RegEdit";
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,6 @@ extern HMENU hPopupMenus;
|
||||||
extern HFONT hFont;
|
extern HFONT hFont;
|
||||||
extern enum OPTION_FLAGS Options;
|
extern enum OPTION_FLAGS Options;
|
||||||
|
|
||||||
extern WCHAR szTitle[];
|
|
||||||
extern const WCHAR szChildClass[];
|
extern const WCHAR szChildClass[];
|
||||||
extern const WCHAR szHexEditClass[];
|
extern const WCHAR szHexEditClass[];
|
||||||
extern WCHAR g_pszDefaultValueName[];
|
extern WCHAR g_pszDefaultValueName[];
|
||||||
|
|
Loading…
Reference in New Issue