This commit is contained in:
Igor Pavlov
2023-12-22 17:17:05 +00:00
committed by Kornel
parent ec44a8a070
commit a36c48cece
954 changed files with 42199 additions and 25482 deletions

View File

@@ -1,14 +1,14 @@
// MyLoadMenu.h
#ifndef __MY_LOAD_MENU_H
#define __MY_LOAD_MENU_H
#ifndef ZIP7_INC_MY_LOAD_MENU_H
#define ZIP7_INC_MY_LOAD_MENU_H
void OnMenuActivating(HWND hWnd, HMENU hMenu, int position);
// void OnMenuUnActivating(HWND hWnd, HMENU hMenu, int id);
// void OnMenuUnActivating(HWND hWnd);
bool OnMenuCommand(HWND hWnd, unsigned id);
void MyLoadMenu();
void MyLoadMenu(bool needResetMenu);
struct CFileMenu
{
@@ -18,7 +18,7 @@ struct CFileMenu
bool isFsFolder;
bool allAreFiles;
bool isAltStreamsSupported;
int numItems;
unsigned numItems;
FString FilePath;