Better backward compatibility ($LANGUAGE is now last in the user variables array)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@721 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9c8ad50586
commit
d209003edd
3 changed files with 12 additions and 12 deletions
|
@ -315,12 +315,12 @@ int CEXEBuild::preprocess_string(char *out, const char *in)
|
|||
"R7\0" // 18
|
||||
"R8\0" // 19
|
||||
"R9\0" // 20
|
||||
"LANGUAGE\0" // 21
|
||||
"CMDLINE\0" // 22 everything before here doesn't have trailing slash removal
|
||||
"CMDLINE\0" // 21 everything before here doesn't have trailing slash removal
|
||||
|
||||
"INSTDIR\0" // 23
|
||||
"OUTDIR\0" // 24
|
||||
"EXEDIR\0" // 25
|
||||
"INSTDIR\0" // 22
|
||||
"OUTDIR\0" // 23
|
||||
"EXEDIR\0" // 24
|
||||
"LANGUAGE\0" // 25
|
||||
"PROGRAMFILES\0" // 26
|
||||
"SMPROGRAMS\0" // 27
|
||||
"SMSTARTUP\0" // 28
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue