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:
Hugh McMaster 2022-04-14 23:01:42 +10:00 committed by Alexandre Julliard
parent a6a92b66c7
commit 4b964b8210
2 changed files with 1 additions and 2 deletions

View File

@ -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";

View File

@ -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[];