Added support for LZMA compressor + fixed command line compressor support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3195 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ac025c139c
commit
80eac750fc
11 changed files with 184 additions and 121 deletions
|
@ -22,6 +22,8 @@
|
|||
*/
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
#include "resource.h"
|
||||
#include "toolbar.h"
|
||||
|
||||
#define MRU_LIST_SIZE 5
|
||||
#define MRU_DISPLAY_LENGTH 40
|
||||
|
@ -49,6 +51,7 @@ void AddTip(HWND hWnd,LPSTR lpszToolTip);
|
|||
void ShowDocs();
|
||||
void RestoreCompressor();
|
||||
void SaveCompressor();
|
||||
void SetCompressorStats();
|
||||
|
||||
BOOL PopMRUFile(char* fname);
|
||||
void PushMRUFile(char* fname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue