Fixed MRU for Windows 9x
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2820 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3419a6b0cd
commit
af6439a12f
4 changed files with 35 additions and 65 deletions
|
@ -46,8 +46,7 @@ void ShowDocs();
|
|||
|
||||
BOOL PopMRUFile(char* fname);
|
||||
void PushMRUFile(char* fname);
|
||||
void BuildMRUMenu(HMENU hMenu);
|
||||
void BuildMRUMenus();
|
||||
void LoadMRUFile(int position);
|
||||
void ClearMRUList();
|
||||
void SetClearMRUListMenuitemState(HMENU hMenu);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue