applied patch #1381929 - StrCmpS - case-sensitive string comparison
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4468 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
817378e7e3
commit
58b07e69c6
6 changed files with 23 additions and 4 deletions
|
@ -176,6 +176,7 @@ enum
|
|||
TOK_IFABORT,
|
||||
TOK_STRCPY,
|
||||
TOK_STRCMP,
|
||||
TOK_STRCMPS,
|
||||
TOK_GETTEMPFILENAME,
|
||||
TOK_GETFUNCTIONADDR,
|
||||
TOK_GETLABELADDR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue