94 bytes saved. LangString should now work with sub-sections too.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1270 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-10-02 15:01:06 +00:00
parent f170a4d2f8
commit 3d1c70f375
7 changed files with 93 additions and 79 deletions

View file

@ -102,6 +102,7 @@ class CEXEBuild {
int function_end();
void section_add_size_kb(int kb);
int section_add_flags(int flags);
int section_add_install_type(int inst_type);
int add_label(const char *name);
int add_entry(const entry *ent);
int add_data(const char *data, int length, IGrowBuf *dblock=NULL); // returns offset