Added !gettlbversion and TLB reading support on POSIX

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6913 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-10-03 20:48:29 +00:00
parent f34fd48105
commit a51d89712c
19 changed files with 256 additions and 247 deletions

View file

@ -477,7 +477,9 @@ class DefineList : public SortedStringList<struct define>
*/
int add(const TCHAR *name, const TCHAR *value=_T(""));
int addn(const TCHAR *name, size_t maxvallen, const TCHAR *value); // maxvallen does not include \0
void set(const TCHAR *name, const TCHAR *value=_T(""));
int set(const TCHAR *name, const TCHAR *value=_T(""));
int set_si32(const TCHAR *name, long value);
int set_ui32(const TCHAR *name, unsigned long value);
/**
* This function returns the pointer to the .value TCHAR* that corresponds