mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Regedit: Moved hEditMenu declaration to the top of the function
svn path=/trunk/; revision=18191
This commit is contained in:
@@ -73,6 +73,7 @@ TCHAR szChildClass[MAX_LOADSTRING];
|
||||
BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
|
||||
{
|
||||
BOOL AclUiAvailable;
|
||||
HMENU hEditMenu;
|
||||
|
||||
WNDCLASSEX wcFrame = {
|
||||
sizeof(WNDCLASSEX),
|
||||
@@ -118,7 +119,6 @@ BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
|
||||
/* Initialize the Windows Common Controls DLL */
|
||||
InitCommonControls();
|
||||
|
||||
HMENU hEditMenu;
|
||||
hEditMenu = GetSubMenu(hMenuFrame, 1);
|
||||
|
||||
AclUiAvailable = InitializeAclUiDll();
|
||||
|
||||
Reference in New Issue
Block a user