mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
23.01
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user