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

@ -134,6 +134,7 @@ enum
TOK_P_DELFILE,
TOK_P_APPENDFILE,
TOK_P_GETDLLVERSION,
TOK_P_GETTLBVERSION,
TOK_P_SEARCHPARSESTRING,
TOK_P_SEARCHREPLACESTRING,