Added MRU file list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2806 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f432054bd9
commit
8658fc2a06
6 changed files with 167 additions and 8 deletions
|
@ -23,6 +23,8 @@
|
|||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#define MRU_SIZE 5
|
||||
|
||||
void SetTitle(HWND hwnd,char *substr);
|
||||
void SetBranding(HWND hwnd);
|
||||
void CopyToClipboard(HWND hwnd);
|
||||
|
@ -41,4 +43,7 @@ void DestroyTooltips();
|
|||
void AddTip(HWND hWnd,LPSTR lpszToolTip);
|
||||
void ShowDocs();
|
||||
|
||||
void PushMRUFile(char* fname);
|
||||
void BuildMRUMenu(HMENU hMenu);
|
||||
void LoadMRUFile(int position);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue