Get progress bar to the end even with subsections

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2851 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-09-05 22:22:56 +00:00
parent 89c14ee511
commit f1a8c1950a
3 changed files with 31 additions and 29 deletions

View file

@ -169,7 +169,7 @@ class CEXEBuild {
int page_end();
int add_label(const char *name);
int add_entry(const entry *ent);
int add_entry_indirect(int which, int o0=0, int o1=0, int o2=0, int o3=0, int o4=0, int o5=0);
int add_entry_direct(int which, int o0=0, int o1=0, int o2=0, int o3=0, int o4=0, int o5=0);
int add_data(const char *data, int length, IGrowBuf *dblock=NULL); // returns offset
int add_string(const char *string, int process=1); // returns offset (in string table)
int add_intstring(const int i); // returns offset in stringblock