mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
9.06 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
829409452d
commit
c99f3ebdd6
@@ -1,13 +1,12 @@
|
||||
// MyLoadMenu.h
|
||||
|
||||
#ifndef __MYLOADMENU_H
|
||||
#define __MYLOADMENU_H
|
||||
#ifndef __MY_LOAD_MENU_H
|
||||
#define __MY_LOAD_MENU_H
|
||||
|
||||
void OnMenuActivating(HWND hWnd, HMENU hMenu, int position);
|
||||
// void OnMenuUnActivating(HWND hWnd, HMENU hMenu, int id);
|
||||
// void OnMenuUnActivating(HWND hWnd);
|
||||
|
||||
void MyLoadMenu(HWND hWnd);
|
||||
bool OnMenuCommand(HWND hWnd, int id);
|
||||
void MyLoadMenu();
|
||||
void LoadFileMenu(HMENU hMenu, int startPos, bool programMenu,
|
||||
|
||||
Reference in New Issue
Block a user