Update to 7-Zip Version 21.02

This commit is contained in:
Tino Reichardt
2021-05-13 16:39:14 +02:00
parent 3724ecfedc
commit 48fa49f76c
620 changed files with 35032 additions and 10925 deletions

View File

@@ -7,7 +7,7 @@ void OnMenuActivating(HWND hWnd, HMENU hMenu, int position);
// void OnMenuUnActivating(HWND hWnd, HMENU hMenu, int id);
// void OnMenuUnActivating(HWND hWnd);
bool OnMenuCommand(HWND hWnd, int id);
bool OnMenuCommand(HWND hWnd, unsigned id);
void MyLoadMenu();
struct CFileMenu
@@ -19,6 +19,8 @@ struct CFileMenu
bool isAltStreamsSupported;
int numItems;
UString FilePath;
CFileMenu():
programMenu(false),
readOnly(false),
@@ -31,6 +33,6 @@ struct CFileMenu
void Load(HMENU hMenu, unsigned startPos);
};
bool ExecuteFileCommand(int id);
bool ExecuteFileCommand(unsigned id);
#endif