Defined $LANGUAGE too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@849 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5e32d0504a
commit
5e108b2bf4
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ type
|
|||
INST_INSTDIR, // $INSTDIR
|
||||
INST_OUTDIR, // $OUTDIR
|
||||
INST_EXEDIR, // $EXEDIR
|
||||
INST_LANG, // $LANGUAGE
|
||||
__INST_LAST
|
||||
);
|
||||
TVariableList = INST_0..__INST_LAST;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue