Commit 4b964b82 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Mark WCHAR szTitle static.

parent a6a92b66
...@@ -51,7 +51,7 @@ HMENU hPopupMenus = 0; ...@@ -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; ...@@ -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[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment