mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 04:07:08 -06:00
Update to 7-Zip Version 21.02
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user